Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,229 transactions (0.53 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,406 000000000000000000022cb30000000000000000000000000000000000000000 0.52 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,405 (836,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,481 72,481 000000000100b236628d138b097a568183a344e2209e05d551dd941050012b98 0.00 MB 1 0
72,480 72,480 00000000006652c0cb6eac967ceaecf18e250609c8f064ed1bd4d794ae730bd8 0.00 MB 1 0
72,479 72,479 0000000000d444405326c16ff4c9c5ae9ef26c7a078ba3b604d8b24dbd4a025a 0.00 MB 2 0
72,478 72,478 0000000000411830c5c53349c9b677bc21c704a47e484b664ed270dd6700c51c 0.00 MB 13 0
72,477 72,477 000000000021e650a9d3ac770bf23edcab018bc21a4caaec826e8959653a0b38 0.00 MB 18 0
72,476 72,476 0000000000d769f1cfcb7b623b2b5228bd8ac70386506823c0a575165be71674 0.00 MB 3 0
72,475 72,475 00000000002280368e3a57aa66ec62c26f4013d3bafaa29d8e64caba773aecbe 0.00 MB 10 0
72,474 72,474 000000000104e4546019d1e8a3cb2dcad7d5889bd7ad8d69db1d7ba3a70e4881 0.00 MB 1 0
72,473 72,473 000000000063b7a146b64037a814262e383b0c71d842fabba608859104382af3 0.00 MB 1 0
72,472 72,472 0000000000624c86550bb346b0a358787f5fb6b3f079575b657edfeb8643fa32 0.00 MB 1 0
72,471 72,471 000000000006e65ba994c9bdb62816de3dea8060339efe282dd6223ed5c317de 0.00 MB 1 0
72,470 72,470 000000000003d25cfb1a16f01e072fce02371978167efb23b40997737e2a186c 0.00 MB 1 0
72,469 72,469 0000000000187ad4fc612a249f33f038829749bee808d311e26faa822dcf624b 0.00 MB 1 0
72,468 72,468 00000000000febcc37f678da2047082dcf1194154c34d2e487d9495d86bd54e3 0.00 MB 1 0
72,467 72,467 00000000007e3ac529ba1844f14d8c43558a5664141e88d91796f9333af04520 0.00 MB 1 0
72,466 72,466 0000000000e788283db4d5e9d1702e559d6b5b3655f34b0444de4971786d6e76 0.00 MB 1 0
72,465 72,465 000000000054e39b512800901f5e79a953b26f0f3c3beecc44f16a13e0257127 0.00 MB 1 0
72,464 72,464 0000000000149baf19073ce76a4cc2783521054f35ac598d89635bb28cac17b2 0.00 MB 1 0
72,463 72,463 000000000052659fe1dcaa03402fb6ef3ef803d6c00001e97cf8a7a528cc78c8 0.00 MB 1 0
72,462 72,462 0000000000b1a475e98cd98bf599c3b9b1aa0fd4f992a2116ba89f29c1dd988f 0.00 MB 4 0
72,461 72,461 000000000073b9b4a6dfc402c340e0d6a8b435086c74b18a048dbe40626ac9e7 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,070.24 GB sent, 109.60 GB received

Notes

  • This page updates every 5 seconds.
  • 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.