Loading Tool

Explorer IconExplorer

Memory Pool

14,360 transactions
6.45 vMB
0.02565778 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.74/200 MB

Candidate Block

Mining Attempt f996ca634cc9a6825d07b5ac4263df996a3f9d8bdf1cd1550ed81994eb34386e
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 88d02ac68b850da0f993d267f3252a4e22e45fbbf349f9be2163c1bd653750f0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,757
Size: 1.00 vMB
Total Fees: 0.01251846 BTC
Median Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (707,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,150 206,150 00000000000001fde896dabb0b242449fcfae05d3811e73b11f58106fabc9f34 113 0.05 vMB 336
206,149 206,149 0000000000000266f53e6783e702c345eea31f20ac1b6aa2c72c512355e10d3c 171 0.08 vMB 242
206,148 206,148 00000000000004cf58b31a03d21b1cfbfc42e744626e2dd91b606feac85d0dce 131 0.07 vMB 259
206,147 206,147 00000000000002e5782f350dee0ed305c9eb3b1a1ed555df0133ef4371584fb7 9 0.00 vMB 150
206,146 206,146 0000000000000259e2a1d5a1a8e92bb2a29602983f2945a7879fc1954e80ba71 43 0.02 vMB 308
206,145 206,145 0000000000000258d02831e00e445ff318da6f6e873e52b56ebf657837add546 361 0.15 vMB 262
206,144 206,144 0000000000000209ad039611a7979815932b24e5ee632ddaf383ae137bd9c443 303 0.16 vMB 157
206,143 206,143 000000000000050101ea4e9a25f808b1c2d1444dec018570e5101adc21d3334c 130 0.05 vMB 411
206,142 206,142 000000000000037d8209e67316b83670814833fc73699be49737544a959c189a 73 0.02 vMB 76
206,141 206,141 000000000000004fcfc50aded9f3680e6bb99a8e2a5434c745056e22e0015d40 383 0.21 vMB 145
206,140 206,140 000000000000033fdc92c101976d2e6c5744523212653a87b4b17af11d1c415a 354 0.15 vMB 398
206,139 206,139 00000000000003a8ca87556b6d1f835da71c490b75b0b268b56c988a5a562fc1 50 0.02 vMB 302
206,138 206,138 00000000000004221c509483df39a749902af9923ae2b69d5d9f4ecd57c396d4 177 0.05 vMB 7
206,137 206,137 00000000000002030b57efb3f549cbda92be38833f1efbe32fda121503dfae65 123 0.05 vMB 200
206,136 206,136 000000000000000fec3efc353e8fcf50e8f55a8971cb6062692bac603401aa27 108 0.04 vMB 273
206,135 206,135 00000000000005083f002b540a30771010a60f6da7da5ca8919306073c3bdcb0 135 0.07 vMB 117
206,134 206,134 00000000000002452a3ef3e2ca97bcb64a45de1e8e8d3cb6787e8900e8867506 14 0.00 vMB 50
206,133 206,133 00000000000003d7b1ca3e7bdaff05fa37d7a9149e70fbb32c2345e0fc3b45a4 64 0.03 vMB 47
206,132 206,132 000000000000022ef65ba7a9efee7224590db727309c15ccecfd1acbb38f2384 339 0.14 vMB 284
206,131 206,131 00000000000002ca6d804bfa2487fe36f7848a639daeb299e257d625a3600769 101 0.04 vMB 153
206,130 206,130 00000000000003407b14762e1e87aa81eef753b37b3bb83717a310a7a01b6138 110 0.06 vMB 116
Previous 10 blocks ↓
Total Size: 779.66 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: 316.95 GB
    • Received: 1.52 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.