Loading Tool

Explorer IconExplorer

Memory Pool

76,286 transactions
28.00 vMB
0.08246286 BTC
Random Selection Loading Transactions
Max Size: 171.05/200 MB

Candidate Block

Mining Attempt 930f6ce5c52a763f490be20ec0e717e2a94fb7bbbcedeb9de2df613e40419352
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root b4b7b02f2a40d93fc7637df8888f390ed59fa62de4eb1b4936dcc1b0d3e90611
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,494
Size: 1.00 vMB
Total Fees: 0.02221908 BTC
Feerates: 602.26 > 2.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (789,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,199 126,199 00000000000007a75e52857ac19e4784b73ac53fd5151ef892f3451a102a3263 23 0.01/1.00 vMB 593
126,198 126,198 00000000000024be6ec77fea4079548b07e28a82443518b8e13be22c8f0a2eb3 4 0.00/1.00 vMB 0
126,197 126,197 0000000000001808569cba7ba32200813433406042fddcba20afa5f55d12107f 12 0.00/1.00 vMB 1,327
126,196 126,196 000000000000265496ffe1952c88aa2fc55dd5f00a9dc7becdaa3611d8d0a9db 2 0.00/1.00 vMB 1,584
126,195 126,195 000000000000222e7fb54b95a290cc72cef4335940f8da9883020f0ca7ec86f1 10 0.00/1.00 vMB 1,311
126,194 126,194 00000000000009d89bbd49ba370746f7e7f09b980eb2ba199a975bc267720efa 26 0.01/1.00 vMB 564
126,193 126,193 0000000000001b96803839f767b16ebc7ed5bd1c539395cd1c595edf201970e3 5 0.00/1.00 vMB 397
126,192 126,192 000000000000105bd44146565a2e5cc32af47f7b93061ed03c97e5bd6068a0fe 1 0.00/1.00 vMB 0
126,191 126,191 0000000000002d3432323ddcc02416cc265ac2e96269ec9978151362d9d56050 47 0.02/1.00 vMB 1,971
126,190 126,190 000000000000220191d3641d9aa13d4e37743d043589cd232000e03647f0915c 26 0.01/1.00 vMB 1,214
126,189 126,189 00000000000012c769f136683c567c0498b80cdf5be6c88fa54490ea9d54c6d0 1 0.00/1.00 vMB 0
126,188 126,188 0000000000002d9fa129c9573be51054655d834caa00b75c578f8ebcd41db40c 16 0.00/1.00 vMB 732
126,187 126,187 0000000000002a3f5c9db744d461b75790fbeb6f605fa3e5f0d9581390feacbb 49 0.01/1.00 vMB 2,694
126,186 126,186 0000000000002532b6be5908541a4e1811cd954ee3b765ac1c5a470798cb57ba 12 0.00/1.00 vMB 991
126,185 126,185 0000000000001527e9cd167596f64b2a401a5b0c50b42ebbd6f95b9b8ff4df03 5 0.00/1.00 vMB 2,477
126,184 126,184 0000000000001bf894941d46a80929ab931f27cdd0a31f8d1174c138ca9a1d7b 20 0.01/1.00 vMB 1,019
126,183 126,183 00000000000041206c51be2ed4761dc4bf55813a7486666a9ec1dd403d5ab678 38 0.01/1.00 vMB 166
126,182 126,182 0000000000000b39bd8682e010110ce9570b152f4bbd59f65443974e83c9e24e 1 0.00/1.00 vMB 0
126,181 126,181 0000000000000df3d94803ea0c3a7d31a376836b5ee6f2621bdbfefb3f20de45 5 0.00/1.00 vMB 0
126,180 126,180 000000000000398f7c401d4010b9e866686b8b309921ffeaf407dac40d1da130 19 0.01/1.00 vMB 877
126,179 126,179 0000000000003e3de0a9dc063df22b0c56ec95d7db5d160241a3e98ae6bfb3c9 7 0.00/1.00 vMB 659
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.30 GB
    • Received: 17.53 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.