Loading Tool

Explorer IconExplorer

Memory Pool

41,072 transactions
25.89 vMB
0.05148062 BTC
Random Selection Loading Transactions
Max Size: 135.34/200 MB

Candidate Block

Mining Attempt d16c6dd1eea46b93d208a3af0ed910d46773118d4edeec30a8a7d19de0745ea1
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root fbe626a2d42f14bd37465c3b9795a6eca4d66396bf2feb1b49e58b2ac7a7704f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,437
Size: 1.00 vMB
Total Fees: 0.00437301 BTC
Feerates: 121.00 > 0.44 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (442,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,355 472,355 000000000000000000566a4bdec51f094bc6d1d76d74f195e32b0c4b504f82ba 2,053 1.00/1.00 vMB 364
472,354 472,354 000000000000000000464b787a7fa78e0fad4f1de36baf494a256ee009a8f565 2,084 1.00/1.00 vMB 324
472,353 472,353 00000000000000000096e29d2fb96dbf82fdcf62a985d498f8873bd705bd1f69 2,193 1.00/1.00 vMB 399
472,352 472,352 000000000000000000f45bf55e339c8b09280216106928c4c896ffaf0a1f3aff 2,422 1.00/1.00 vMB 444
472,351 472,351 000000000000000000b7cfebe212fedd005981f789b1e1ca7fabb67b6516e4d2 2,135 1.00/1.00 vMB 373
472,350 472,350 000000000000000000f4f77fdafc051c2982c767ae9ab3054917c3709cb57704 1,882 1.00/1.00 vMB 377
472,349 472,349 00000000000000000180b66aa0cfd8ff6595535bf2a7378bd8d2f4c229fc0abb 1,917 1.00/1.00 vMB 393
472,348 472,348 000000000000000000541e05ee820379fe38cfa1a964b51fadbe94b669239f3a 719 0.34/1.00 vMB 367
472,347 472,347 00000000000000000084f9212cf0841d8c35613347bb13b751f72bd07febf1a5 1,279 1.00/1.00 vMB 161
472,346 472,346 000000000000000000257d1cf70af481ce25dc8a40627503f94ef3623fff5e8e 1,383 1.00/1.00 vMB 152
472,345 472,345 000000000000000000f18c6cd406299e5b9b8f35c0652c043d3232b2ab64718f 1,937 1.00/1.00 vMB 345
472,344 472,344 00000000000000000159d637231d79899ccd4b73164a7cf8bfdab95893161165 2,273 1.00/1.00 vMB 323
472,343 472,343 000000000000000001050856699dbfbea0d29d823ef7ec6d1f54ea38b65c89bf 1,993 1.00/1.00 vMB 389
472,342 472,342 000000000000000000e3637b513b364e2cb2fd6ff58879d7b4d1f6a8a1958e51 1,896 1.00/1.00 vMB 413
472,341 472,341 0000000000000000011762fb2e86247e873ee2f93d8d278a7f2ae25683f0171f 1,624 1.00/1.00 vMB 237
472,340 472,340 00000000000000000156e38645bb48858562006cb5ae4f194269dab257e3aa4b 1,180 1.00/1.00 vMB 200
472,339 472,339 000000000000000001250976189728814890e12e6bb816a283ebc9b803d5ff95 1,419 1.00/1.00 vMB 208
472,338 472,338 000000000000000000a94c7c5a415a95b06586efe5335373baaf256bc511c081 1,790 1.00/1.00 vMB 219
472,337 472,337 00000000000000000132f5318051193dc1b4e012b723d8c6fe7c113a4a48c0ca 1,814 1.00/1.00 vMB 295
472,336 472,336 0000000000000000007e60a3c13b0894534ed37efa82e006106925998d01a8b3 1,917 1.00/1.00 vMB 403
472,335 472,335 00000000000000000132f7d8db5f266cdad367f7baf59a863e9ba8626b351cb8 2,464 1.00/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 781.96 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: 647.52 GB
    • Received: 12.95 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.