Loading Tool

Explorer IconExplorer

Memory Pool

76,462 transactions
28.92 vMB
0.07539819 BTC
Random Selection Loading Transactions
Max Size: 176.71/200 MB

Candidate Block

Mining Attempt 8a531895dcb452c213f80c824fb4b80a39a0fe032077db965ffedf76623bcac6
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 07e8abce4e47e49493769cf80be50c2f66889d764d75be372b6b0090acd864a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.01228896 BTC
Feerates: 77.76 > 1.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (492,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,639 422,639 000000000000000005026106f99618e3feed7f1a0baac9609020f769bf694443 2,441 1.00/1.00 vMB 71
422,638 422,638 000000000000000000b2eb7f49e8724eb1cee0e7813a21d49ff9a19f60d3b561 1,829 1.00/1.00 vMB 35
422,637 422,637 000000000000000002bb830e2207362ede0ab4643d7c4bb18894631e4d422f2b 2,084 1.00/1.00 vMB 52
422,636 422,636 00000000000000000004420fa73369b51a3ddaf56531915a2cd881a4eb857dee 2,413 1.00/1.00 vMB 63
422,635 422,635 00000000000000000485b902217e9f630b5cbad008f7185c30f5649c978f1ca8 2,526 1.00/1.00 vMB 113
422,634 422,634 000000000000000001e504ea832d83acbe9c879a293bbcaa05e0c1a0139098e3 2,093 1.00/1.00 vMB 40
422,633 422,633 00000000000000000388ecb29cc17798e4328ef3f814087f6f252c146935330a 2,396 1.00/1.00 vMB 54
422,632 422,632 000000000000000004cc28a79eb446f4a2cfb540707c386767f507ef7ed6fb4f 2,219 1.00/1.00 vMB 54
422,631 422,631 0000000000000000027263ce97155617c7f882d62ecc48ad0a6a434d880c2ce9 3,200 1.00/1.00 vMB 113
422,630 422,630 000000000000000002000e3f5d7d149640a5eb76a3bdf7f6c3114a9bde76df26 2,898 1.00/1.00 vMB 97
422,629 422,629 000000000000000003948c5fae0c7c7348c3a1ed4e181c8a3d033940343ffd92 172 0.95/1.00 vMB 10
422,628 422,628 0000000000000000016f5b2889d64c89c68c57c3ed7bd28718fce0fad09ae673 1,848 1.00/1.00 vMB 47
422,627 422,627 0000000000000000033e1c1cee01b5d5c33fbe367eaaf915c0755b0e7283e264 2,391 1.00/1.00 vMB 75
422,626 422,626 000000000000000001f01d6427249ea54d0c977b237ae9c397953dbaefbf942d 2,266 1.00/1.00 vMB 76
422,625 422,625 000000000000000000d5c99b080437c128f893cca424ef74fc4c1947431f8626 716 0.35/1.00 vMB 53
422,624 422,624 0000000000000000025988c827d92c232834357244edc7ab045d5c7f82988220 1,443 0.73/1.00 vMB 41
422,623 422,623 000000000000000000101765efbaa7c8b2fa0e3f168c86a20c726f1f13da3a43 2,980 1.00/1.00 vMB 94
422,622 422,622 000000000000000004679165ac16aba78d4a96720ae5066903f26a46c2fb371d 174 0.07/1.00 vMB 58
422,621 422,621 000000000000000004187b5eee99549683d4d2ec299af7b803ce76ad0fc7b422 1,179 1.00/1.00 vMB 25
422,620 422,620 0000000000000000029413c0b277b77cf901d560de33f90953a1e8b4c75dbacf 2,637 1.00/1.00 vMB 86
422,619 422,619 000000000000000002b4dc3074b40b3228ca9dd22e91d81c515b90d3b44a9cb8 1,514 0.99/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.