Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,598 transactions (2.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,634 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,619 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,633 (883,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,514 27,514 00000000089e737eb7d72d2f1fa215434a24a2ee86e446ae36da57aee7a96bfe 0.00 MB 1 0
27,513 27,513 00000000d36474350007e42c372d325e71249430e53cc16c986fc97188a80424 0.00 MB 1 0
27,512 27,512 0000000056e43e483158584d7b9971c17ae26d5fd801dc8e6ed8fd80796b4638 0.00 MB 1 0
27,511 27,511 0000000016431f604b74b5a93cd62f89fa407b18d37faf586f66fa72969e98ff 0.00 MB 1 0
27,510 27,510 0000000099ffb9e08355712abfe96d5a9bbc2bfc71687bdf3d30d2841222278d 0.00 MB 1 0
27,509 27,509 00000000bcb7d541b4501cf12062d756bc3f6ce72b0ac9808089c86071fdadce 0.00 MB 1 0
27,508 27,508 00000000cd16a8e54ecafe4f96131b81765ae40595990cda76f254edc42b7651 0.00 MB 1 0
27,507 27,507 0000000099c29e2c65cc94de2214ff7c80c87e37bee48201a8d48f8669783a3d 0.00 MB 1 0
27,506 27,506 0000000055944c3ce54bc23826e147d4507dbae1b742e7080f8defbf3a584c76 0.00 MB 1 0
27,505 27,505 000000009639b92b20d0d3955dc8048233d159a41e19efef7995d53f9620ecaf 0.00 MB 1 0
27,504 27,504 00000000547d0a5af8636b5f115769481ce551b25cbaac88c0dccc82413e3ef3 0.00 MB 1 0
27,503 27,503 00000000bb8cbe71600f7b81cf65b0cfa8d4e1608d3c627010b19faa50cf2864 0.00 MB 1 0
27,502 27,502 00000000dd4a6e4956dc8015905351aec5492672ccf8e9c21e3d3d334fac72fc 0.00 MB 1 0
27,501 27,501 000000002baf632f35408d4bcb68b9d5d738b902ce866b91fc731c76e8da5c5a 0.00 MB 1 0
27,500 27,500 0000000065b390d0bbc02c9c2c38c7268163213e6cb347ff1bc0883239a8ab4d 0.00 MB 1 0
27,499 27,499 00000000a7062ea312717aea09287547f98c27e987573f3aea1743173f76c8b0 0.00 MB 1 0
27,498 27,498 0000000009c32439520c52cfca7ccb7b4a21156ad69375cdbd83a8326eb3d5a0 0.00 MB 1 0
27,497 27,497 00000000248af69faa1d82d025ba6e9de91bb510957064c0ab3e6de47ba06fa6 0.00 MB 1 0
27,496 27,496 00000000a1b09252a9fc6c81dc0b2393f0fc4989cc8535520a2da2c3cba84a1b 0.00 MB 1 0
27,495 27,495 0000000082707569e11093eaa929a64f543111d2b3740fe1802b9e2cc7426822 0.00 MB 1 0
27,494 27,494 000000004a27ef89267021ad9ec49469b9019e41a3d9decfe1f5bac54992d543 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.55 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,269.51 GB sent, 121.33 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.