Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,688 transactions (0.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,132 000000000000000000022cb30000000000000000000000000000000000000000 0.71 vMB 1,678 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,131 (840,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,549 69,549 00000000006ec45fb156668d9f30816784742d570a3a5f0d5c7031ce695742d6 0.00 MB 1 0
69,548 69,548 0000000000f658c1bcf9145776a2f7be4ecd769a090153a4b9f2868fd245eb2a 0.00 MB 2 0
69,547 69,547 0000000000b3eb9f186958ec42461287f498b376983f0cfab49b3317a7a1b349 0.00 MB 2 0
69,546 69,546 0000000000745419182875ed6f028a3a1e02cb0057778ca39dbb7e393b650827 0.00 MB 1 0
69,545 69,545 00000000009c067e522659b72e6e7de044fb2feb59cb2de99c598e345429a582 0.00 MB 2 0
69,544 69,544 000000000160bf8edbc53b77e7264af8b5d1ac210b7f1b90fbabbfcf1b443a81 0.00 MB 1 0
69,543 69,543 00000000005fe47010e86724ac9670db52a6808d9ccb72f469e05544b4bbe597 0.00 MB 2 0
69,542 69,542 000000000160cc6ac7628917b06c3b7d21e096bb13028820f32d253d4e8890aa 0.00 MB 4 0
69,541 69,541 0000000000bf71d6f202a6a4d83b71a0bf28d5071fed7e410e674399569bd64c 0.00 MB 8 0
69,540 69,540 00000000006bb4dc9867e5d071ec0db314d530d8a969dd0508cf651aaf4d1048 0.00 MB 1 0
69,539 69,539 0000000001488963a639a66d2a73242a3b4ba415d1a9931ab6a7bfda783ca306 0.00 MB 18 0
69,538 69,538 0000000000e7860e3d999544016fed8873e373b3196f07ee5f95e09c904840ec 0.00 MB 2 0
69,537 69,537 0000000000769f4eb277c0fe2cf7465ebd293c7c06e0e6b6ab32e532ab4bf34f 0.00 MB 1 0
69,536 69,536 0000000000c1286ac87b8abb4dc88978d3a6804bc548b9ab05b703b96cc008e6 0.00 MB 2 0
69,535 69,535 0000000000452a5ea4fddbf138e6b4e79dca21cf072736a59e3db0fbfc0e67a5 0.00 MB 1 0
69,534 69,534 00000000001616ce11ecf9b3a594d589681dbd51d1db19b92c79df7790eb0544 0.00 MB 3 0
69,533 69,533 0000000000fcdf53f393c0a66598c58d7d349a3ed1ed1f42ecf4d5b097b8375c 0.00 MB 4 0
69,532 69,532 00000000000ea37656b6200f139ea471a8f949ee8546fd2d843611d5a1930eb4 0.00 MB 4 0
69,531 69,531 0000000001341bb1e711c4cb4d4ddccf6639984091a42c5a79d4a8b25325bbee 0.00 MB 2 0
69,530 69,530 0000000000ffdc83ee96a10910a65afa1129aa14339d56cabfca564ac4c8a751 0.00 MB 3 0
69,529 69,529 000000000151480946fe321b448e1de0af5336536396b340579ef4cabe446fe9 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.63 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,192.57 GB sent, 116.66 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.