Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,002 transactions (1.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,510 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,789 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,509 (836,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,436 74,436 0000000000a4f71e0363cdaee56ef903b1b7c133a046bbdef8b8dfe31db00bee 0.00 MB 1 0
74,435 74,435 0000000000113469f4b9706e5bdf634547439990efb01caf9b2875b226d2e6a7 0.00 MB 2 0
74,434 74,434 000000000005e3ae6f2457e83626ffd1949fea96e44f86bbf681c33c1dd08a9f 0.00 MB 2 0
74,433 74,433 00000000005cc8eab8d5774246c8b53f658c1a64a839bd149c5f408605843083 0.00 MB 1 0
74,432 74,432 0000000000a5c0dd9d11417f5ae4ef7ee89ed570c7de3bb1e75871a0badfba2c 0.00 MB 1 0
74,431 74,431 0000000000740353a47239d45994ea997eb354a75bd2442489c6185414412e6a 0.00 MB 1 0
74,430 74,430 000000000015e97d8c054b9030dc6332d55a2f2efd88c7f81c493fe67cf13cf0 0.00 MB 4 0
74,429 74,429 00000000002b9b9e2866fe3932c283b74ff3dc6bec42aa7736c767095fc89e08 0.00 MB 1 0
74,428 74,428 000000000095f1bf6b45c962184469cc4c43d4e904bbb93fb9f63e3cc80a73e9 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 774.33 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,244.57 GB sent, 120.21 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.