Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,647 transactions (2.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,651 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,152 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,650 (850,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,025 59,025 000000000484dce070f5313512665c547f48032ff78aa812d0da8110d08b9c2e 0.00 MB 2 0
59,024 59,024 000000000e93486bf939098ced4e2cc8beb38de89a6098575183af842c920026 0.00 MB 2 0
59,023 59,023 00000000073b23689b2b0fda59c8abca1ffa61b5b263f7c69514e10402a62d61 0.00 MB 6 0
59,022 59,022 000000000885cefdd9bf0c7ed2426e19fe93ed57703c3b5662b804fc9c519b3f 0.00 MB 2 0
59,021 59,021 00000000081862d822be64ee639a6504a46b789eb5ad7ee50512ba5e25cfc30b 0.00 MB 2 0
59,020 59,020 000000000bff9723e8a424c615f698d6dbb46b277c60ec43bd5d3ea6698f5105 0.00 MB 1 0
59,019 59,019 0000000004b6ca4bead0b1819d299c9bc0577a7a7f5fc13e3ee2eca463042c1c 0.00 MB 6 0
59,018 59,018 000000000ee1dc8302aa334f5a9755a14a6a04316a1a44467bf538be5e10f40a 0.00 MB 2 0
59,017 59,017 000000000adc6748050d3e5e4b799271fe9186e36b146f7a9b16238b2bb74bd7 0.00 MB 2 0
59,016 59,016 000000000c667b9542c346e1b2c9bdd2fa11819f192bfeda50a81a179ec0d15d 0.00 MB 2 0
59,015 59,015 000000000b990f8c4af2a8294273de25a8760193152f96e1c5a5b1c5c64a2041 0.00 MB 1 0
59,014 59,014 00000000008736375e54441e456820c07d659c3e99c25a2ffeb2b0c8723d0c4c 0.00 MB 1 0
59,013 59,013 0000000004f56fb5dba72067844fe3412ea5ae79819998633fbf7ec0c8159f3b 0.00 MB 1 0
59,012 59,012 0000000007ca33d7010440bcbdc8ca94ab63d4134d41bb7f5038af43f7eca4a2 0.00 MB 3 0
59,011 59,011 000000000d1d83e1c1beeff66ed4694f81dddb4f25dd4f484946c6ed7bfce937 0.00 MB 2 0
59,010 59,010 000000000e41c33cbcbcfa15e14484c63a9ae3b9a7760a7a1910ff00d3d62bef 0.00 MB 2 0
59,009 59,009 000000000d58401e3f137f393683fa7675d84bedbdc519db3fa826b201001ac4 0.00 MB 2 0
59,008 59,008 000000000db033db19d1b09a3127950028655f755f77bacb4f4ac42797b59e05 0.00 MB 1 0
59,007 59,007 000000000441e2f824e4dcd8c35d4b1339fd14c9cd61a047041c1ac3523b4949 0.00 MB 1 0
59,006 59,006 0000000008437338a49720a634fb915f82868cb248d94f67421a8309d80258f1 0.00 MB 1 0
59,005 59,005 00000000074a97b0dd3a9b5ca6b27058b04771409f4c5c2e94876dc0db4c69f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,126.36 GB sent, 112.14 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.