Loading Tool

Explorer IconExplorer

Memory Pool

29,555 transactions
6.76 vMB
0.05664419 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.50/200 MB

Candidate Block

Mining Attempt ba67e3d60bcd3fb863a71018c9fabec39692af26aad297dea0bacea44786df3a
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 5f70e5630b2fe1d5ab2ea49d2d9b776e69bba3ff87ac1746046982a7ed034b93
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,366
Size: 1.00 vMB
Total Fees: 0.03865121 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (659,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,417 253,417 000000000000003c20b3002f0e2656ab531862bbc4958c872dd885278b0c0bce 345 0.15 vMB 99
253,416 253,416 00000000000000150bf8733fe35dc02b55faa8b4b91b11f574a64030d1eb4d68 102 0.04 vMB 83
253,415 253,415 0000000000000003468ca8423fa54045e9350b76b0e96b3c44aabadaf7462405 277 0.25 vMB 53
253,414 253,414 0000000000000037ebe76a4ce5b86c00a11be0de5fa87252ad3943d804cff341 130 0.25 vMB 56
253,413 253,413 000000000000003d55ebf9ebdbb31990d00b194930c015d2b2c432c3700c9104 627 0.25 vMB 147
253,412 253,412 00000000000000060bac8e0570589c9776e7e3926858b82f49c67eb28ee8897d 529 0.24 vMB 82
253,411 253,411 00000000000000469c29c8f76fecc5159581034331fbb82f8f98759fb0dcd28b 512 0.22 vMB 135
253,410 253,410 0000000000000044340e2fb675868d83273ec6bf325cea2a3d9e07f8a2a6a123 69 0.03 vMB 60
253,409 253,409 000000000000000b8072fc107f267c1a530a377ae72f488a377cc74d9aa73f56 653 0.25 vMB 110
253,408 253,408 0000000000000010ac5696e723509b4aa5c495317f92daa4a47f27be1ac532f4 93 0.03 vMB 136
253,407 253,407 0000000000000044f4e94bb3bbdd4388fb3e41c4f7db72303c325acd6c13d00a 102 0.04 vMB 72
253,406 253,406 0000000000000042bdeb21d735889cc77865b68a533808e68835d41ac3fcd68b 311 0.15 vMB 97
253,405 253,405 000000000000003af2051284d1d63cac78f86a380dc3260029015211d0b25ba6 163 0.07 vMB 83
253,404 253,404 000000000000000d4b6a46d1b275ae01575384cae0ac076f050ce0c78c9c9c68 535 0.28 vMB 82
253,403 253,403 00000000000000297b7d3ceb4da12d5fe114fbc594b18943b34b2178c596cb41 628 0.25 vMB 131
253,402 253,402 0000000000000045f8c376bd6f6e263fbcfe74794062d119ea80ad1122cd667e 191 0.16 vMB 69
253,401 253,401 000000000000002df3a1f24f860b3ba8520cae82f40bef6ed3b10417776f775c 117 0.07 vMB 68
253,400 253,400 00000000000000008ec703208e9c95f79ff65b798789c4b007c3b6aedbfeca68 744 0.34 vMB 106
253,399 253,399 00000000000000166bea0e84d8d44a8030ab743b1657c4e538def07c49553d95 197 0.07 vMB 155
253,398 253,398 000000000000000a634a2798338610cabd2317268fc4a55821908982a35e81cb 429 0.19 vMB 113
253,397 253,397 0000000000000023e914a9b89988b67dc6ad31dc5b419a77a7d990c27cd0c756 246 0.11 vMB 169
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 44.47 GB
    • Received: 0.65 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.