Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

650 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,846 000000000000000000022cb30000000000000000000000000000000000000000 0.22 vMB 650 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,845 (886,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,601 24,601 0000000067224997f5edf4668913b6f56476756068845974d759a6d4cfc983a2 0.00 MB 1 0
24,600 24,600 000000003bc743b6fe89f66993cec154f569664fef66025b0202715f61d85113 0.00 MB 1 0
24,599 24,599 00000000117d26e86fd50886ff261fda237eebedeb1a576cf68895884bb363b0 0.00 MB 1 0
24,598 24,598 00000000ea65b7fd2f0ea5283192032f59b893795e8871b9157d508559265222 0.00 MB 1 0
24,597 24,597 00000000d4d9fbfa0172a1ec6204bcf0ec5bf82c07dab9655ff13505d0e0a173 0.00 MB 1 0
24,596 24,596 000000005756168037d282dc525d3fbebd9dab784b520ae04c00d62ba9a3ed9b 0.00 MB 1 0
24,595 24,595 000000000c6bf138af615215041b86a4cb40ce5e04e05b1fa80f77603c06fc3e 0.00 MB 1 0
24,594 24,594 00000000ebd1463446ad8a0695b343b9ace6c259b707240dd3f94fcd43a0bff4 0.00 MB 1 0
24,593 24,593 0000000043cd0d3158789a325379a57b2f76905ac1772e4f4381407a3db5032b 0.00 MB 1 0
24,592 24,592 00000000b13f7dd0cad116f81634f1dd966875490e6aa275ae7e125f49944939 0.00 MB 1 0
24,591 24,591 00000000549c0acc35855905f9c360a494d2a27ca86c694bc9b8e15a3a2b50bb 0.00 MB 1 0
24,590 24,590 000000006c8fe08d5ad8f4ba11da662f1cd780847e9edcd0ba4d5ae452cc5e54 0.00 MB 1 0
24,589 24,589 000000002a3d89d7067e1ab940ebcb33d334a5aff1441dc0916001bc9840371f 0.00 MB 1 0
24,588 24,588 000000005cc4c9321cb66eca3fd5a8bec5bb3fb700ca1b834ef02c772e6921dc 0.00 MB 1 0
24,587 24,587 00000000de09cc0531571f32654ca0f7bf2eb92ae4c34eb16ceef7c21d7e2c31 0.00 MB 1 0
24,586 24,586 00000000230eb2f69e90e0c3e683fafce632906300ddb155fd3a5a99d148f648 0.00 MB 1 0
24,585 24,585 00000000dbbbd0e898ea5017cde51c84eaa4f913db0170c827a0a1d6be1c397e 0.00 MB 1 0
24,584 24,584 00000000b481ea425d2d7fb7cf78f78e9a564cd925ae1533d50b41d7ba3078da 0.00 MB 1 0
24,583 24,583 000000009b06e2ce197596913e8bfe165d83e8629015ee0105681f23ceddcb2b 0.00 MB 1 0
24,582 24,582 000000001fb2f8ffd7dbcb5e513ebf4da617b0f00a5c10558f70ffc33691d754 0.00 MB 1 0
24,581 24,581 000000000aefd0fefe6d905e6377e68c48b65064b719f3317a38274cd9325e62 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.95 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,334.50 GB sent, 123.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.