Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

869 transactions (0.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,527 000000000000000000022cb30000000000000000000000000000000000000000 0.22 vMB 859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,526 (836,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,427 74,427 000000000062928ff83f017518ae64533644137f50e8517d4e415b6535ab89dd 0.00 MB 1 0
74,426 74,426 0000000000876073f3ae9d00bc6141c4fcca590ea4707f177f70a8a2576248d1 0.00 MB 1 0
74,425 74,425 0000000000b340dcc87de65d703564ad6c73280da31fc279872d01620ec6934a 0.00 MB 1 0
74,424 74,424 00000000002e7bca77395d24e2007eed6ee6a820429391d59752a3cef8ff0090 0.00 MB 1 0
74,423 74,423 0000000000913babd226add56c0f196000e3b86b15862be3b766b1cabe8800a0 0.00 MB 3 0
74,422 74,422 00000000000ac72c627d6e52984c1c8116864b935ecea62519ff36c513b3fcaf 0.00 MB 3 0
74,421 74,421 00000000006dc429fb49824d24f4e9fd55498700b0c7a53f50c2228334256f5d 0.00 MB 3 0
74,420 74,420 0000000000753b68b73633791268f99a593d3c83e77eee5ff307875a388b4c2e 0.00 MB 2 0
74,419 74,419 00000000006d6cd682c8b6c2f6e138c2dd3d1e7553dd557d8f18e7687d4641f1 0.00 MB 1 0
74,418 74,418 00000000003f198a1927e76abf6623c88aa04349e20fa3d193917372dc011efd 0.00 MB 1 0
74,417 74,417 000000000071deb5c1f06e3d3534cdf12783f0376f0c8801ce0a2807f6a0817f 0.00 MB 1 0
74,416 74,416 00000000000c9d11018f42808754cc8b3212e09e6558d9a561d9d7b0d98876df 0.00 MB 2 0
74,415 74,415 00000000007982277ebfddf507816b11dbca7f53eb40b9d23ade3c49c93d82b7 0.00 MB 1 0
74,414 74,414 0000000000765eaee108e7fab83e5e64e73f37bf4cfe365bdab4b93ddb9110e2 0.00 MB 1 0
74,413 74,413 000000000030c85738ca5ba376a52b37192fd0cc9eb677183d699963723aaf7d 0.00 MB 2 0
74,412 74,412 00000000003b5fb3a6d2c96a5df6e86fc9c2252144ec308c7293f1a4ca2ad826 0.00 MB 2 0
74,411 74,411 00000000005b03a2eb0238a9466849518f3d4a9f21dd9cf7a95689fc9a59a83d 0.00 MB 1 0
74,410 74,410 0000000000b8a0c3b9dcf1ebc72bd64bccd2673bd9c28d924f9fcd6e4ba65de1 0.00 MB 1 0
74,409 74,409 000000000016712b3d516162cd1f71e910df56e1192f9d2cf036d6f0f0be41e4 0.00 MB 1 0
74,408 74,408 00000000001736d206df2f01db41efb97a789e2b272dc211a3026fdb87c287fe 0.00 MB 4 0
74,407 74,407 00000000008efd258a00652f3799caf43a4fb28f630d2a502ce5080b121a2562 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.36 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,246.06 GB sent, 120.34 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.