Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,533 transactions (0.43 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
910,648 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,647 (846,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,254 64,254 000000000463c2bf20ab6a60aae0c20776311416a1a46da787f442cdddaf47c6 0.00 MB 3 0
64,253 64,253 000000000405db87e1ac0986d19475a095205f576f515fe743b9951003a3188f 0.00 MB 2 0
64,252 64,252 0000000003f6cf8d9f739273c9dbde5542bc83da29d2b37e291798eee7e4ba10 0.00 MB 1 0
64,251 64,251 00000000025272d3671ddb58fb56eecbcd8b55370973bb0bd5eacb69bf7b238d 0.00 MB 1 0
64,250 64,250 000000000b52105bb0406d4ed1841394de3851bc2a7c054f3a29823ea8dd603b 0.00 MB 1 0
64,249 64,249 0000000009587636c3efd15acd432d671dca4eaedcf04b0b845b3926c66aa679 0.00 MB 1 0
64,248 64,248 000000000217b66e57264d03e957bbd96a6b0a44b5038f15fdad27bc29b0da90 0.00 MB 1 0
64,247 64,247 00000000097ce10ab97dd5886abb2bb3bc4c6313b5ab3c64039fcd12c0315d7c 0.00 MB 1 0
64,246 64,246 0000000001feb866f2a9ef6cfc22b3d1cf2609f94cb304b5c215aa4c2b267565 0.00 MB 2 0
64,245 64,245 000000000925a35425acc823ed2f0e4eb28853fd463551fe9980bb905c7f5e7f 0.00 MB 1 0
64,244 64,244 000000000096ccbc13f75ba5343ef51f6f3917005e578d416309a216e9c250b3 0.00 MB 2 0
64,243 64,243 000000000ac2d00c03dab21e4313a41ca25bae4fd3f78e7b6458143552431a05 0.00 MB 1 0
64,242 64,242 000000000150b0e0c97b295a534662524e48d151f279c1a870bf8c290398e335 0.00 MB 1 0
64,241 64,241 0000000009fc4736e61aea75bac53b23f3a6f7547e7fdb50d49f440d1e7452f6 0.00 MB 1 0
64,240 64,240 000000000aa75ee086e923aa32bb4c70e460e65c7bd856462b2ceb3a979cd14b 0.00 MB 2 0
64,239 64,239 00000000072cb8bb9be557bb781645f006afc56c0541ab6701e572f6215b8270 0.00 MB 2 0
64,238 64,238 00000000084557ed8c95a364c9c23cfd8759964cf9591b5462734d31e9b25560 0.00 MB 1 0
64,237 64,237 00000000036f5091cd46ef1580fc28cc1858942c41b9f5b3c114427cfdbf0642 0.00 MB 1 0
64,236 64,236 000000000a39fda5ddd1ceb1fbf7b04d724b536d9374136cbe140fbd3a89ce57 0.00 MB 3 0
64,235 64,235 000000000126fc18f77163f8ddd4a29c276b8569c804cd65ef2cf2ec787243cd 0.00 MB 2 0
64,234 64,234 000000000c99417f4798eb68aa9897844e67686024df9baa41e6a44a0b4a1544 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.57 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,279.69 GB sent, 121.46 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.