Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,703 transactions (0.59 vMB)

Priority:

  • 1 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,557 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.59 vMB 1,697 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,556 (824,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,835 85,835 00000000002671525ffeee58548ede20b5967e570d1836c4a6a82dd39b29e8a1 0.00 MB 4 0
85,834 85,834 000000000004f99cfdb8ee32e5f8d76f1f6e474572e6763df2cc41ac8fe81259 0.00 MB 1 0
85,833 85,833 00000000000254fe05fdf2391d37bc50a51883862c5d408c3e5e213c3297a620 0.00 MB 1 0
85,832 85,832 00000000000f432a697c2bf6565c95e0db50ff2c7e6690afd6f3e78c786c4d1c 0.00 MB 2 0
85,831 85,831 00000000002058239429386c2a0cb9ccc14645d2ab7d2d20b0cdaa584a7ce7bd 0.00 MB 2 0
85,830 85,830 00000000000216ce51f47fcfe7ec3dac9efba8ea59e4c5006e36f25fbd1621fc 0.00 MB 5 0
85,829 85,829 00000000001b5a87274e4d380a14e01d013960059dd9133813f894c49d6e3809 0.00 MB 1 0
85,828 85,828 00000000002876b2a089f0e4f551a80de7e7d13077dd8688e6d7da3e7693078a 0.00 MB 1 0
85,827 85,827 00000000002650a6b70d1d1fa926e758847b03356f2426c554668517b8c102ee 0.00 MB 4 0
85,826 85,826 00000000001fa147016c0492767970b8933c535e5c6c56a9cd160af7eb983d87 0.00 MB 1 0
85,825 85,825 00000000000cbeaaacc08503db8ef69bd9336a2507885ccc652a24167f081a0b 0.00 MB 4 0
85,824 85,824 00000000001d98f7793257a7ccb0ea74cd1051612f0b60bffb5ee74e08020382 0.00 MB 1 0
85,823 85,823 0000000000124ba167a62913cdb196d6c1c8f7a75296cf4c02df8079d8e8c2ca 0.00 MB 1 0
85,822 85,822 00000000001b4a0bda7dbe15e85c4dbf8c768b029cdfff116cd013f47878e75a 0.00 MB 1 0
85,821 85,821 00000000000f9fdbccb2e9a73664dc6d5ec4177aec5d150228049b70c9859f29 0.00 MB 1 0
85,820 85,820 0000000000298274c95794d2904418bce7c1fb3ffdee2f105d1d4f6e468267a3 0.00 MB 1 0
85,819 85,819 00000000001399f9243728f4e386d164167ea1d459c41372c5424c269b8eca11 0.00 MB 1 0
85,818 85,818 00000000000f867117077120d1a8bf4864192a675cfc45ecb13d47d128a889dd 0.00 MB 2 0
85,817 85,817 000000000008d23b2368c021b23eebf99784e0557e9341a27e492795057b2a76 0.00 MB 2 0
85,816 85,816 000000000012de88a93e60bd088f019cc71b43041c1fe893afde4e52dcdb55de 0.00 MB 4 0
85,815 85,815 0000000000295747abfd9380d51c3afc9dd44cf9af05e6b8ab568c314bc43b58 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.41 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,252.35 GB sent, 120.59 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.