Explorer IconExplorer

Memory Pool Memory Pool Refreshing

20,977 transactions (5.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,310 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,542 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,309 (884,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,030 25,030 000000000ffd02993541fe5f6c8f53b6e5d59fef9afdc5acdbed49736851d4b1 0.00 MB 1 0
25,029 25,029 000000000648f9b147e3549d6d9dc6a9472f022b7a797ea96a66673c38f8dfe6 0.00 MB 1 0
25,028 25,028 00000000636d09c16f347bc160fdb7967add9439802e7a2fdfe1ddfe6007949d 0.00 MB 1 0
25,027 25,027 0000000093330529d2f2da175354671d3e488984e929f76cce4daba7981dc1aa 0.00 MB 1 0
25,026 25,026 00000000abdf253aa62bf070e43825bfd0f5482899bb98ac9f9e30186077daad 0.00 MB 1 0
25,025 25,025 00000000ce8a2ff3f1efb7c2fca68d04fddcf5627893db1ad200c8f7e8fe6f37 0.00 MB 1 0
25,024 25,024 000000004943898b2c3d0fd54330e59e5f53a04ffba93c616eb78692bb28bcf2 0.00 MB 1 0
25,023 25,023 00000000773d696dad82c61f147d86049495b81179d65eaf8f6e0dfacf0074cc 0.00 MB 1 0
25,022 25,022 00000000336f186121de21b226969300fcb0bcc8767a0f2c49273f718d0a3392 0.00 MB 1 0
25,021 25,021 00000000ffac6dab77739c3fad6f6853968875c613fdfc886a6056806ccb4d69 0.00 MB 1 0
25,020 25,020 000000009b2c2b854c6dc13c2f2d56b596a3ed0770f04783f68c87f4f9118c08 0.00 MB 1 0
25,019 25,019 00000000e4c1a2da473ca04b6b4abb64df330376319b8280429af3a667e9652a 0.00 MB 1 0
25,018 25,018 0000000058762b4676ae055860481a89f3111deeaf321a4bbbe90e0e07172b62 0.00 MB 1 0
25,017 25,017 00000000db5937e0730d068db8865b755dd11f5140b2b006376855cede0244cb 0.00 MB 1 0
25,016 25,016 000000002377f3135e86b0874690357273c84c58ead039cd8c1c432d4d8c65c3 0.00 MB 1 0
25,015 25,015 0000000097bae7c6f3c41255247abccec7dc75f6d8751d8f96d58502764d73c2 0.00 MB 1 0
25,014 25,014 000000006c3167d918b833bd62aa28a94c372ff15f0dbcfd26a9c00bfbd26e8f 0.00 MB 1 0
25,013 25,013 000000009b6210e200908fb7a3fd4a87edb0f9b80e3431789219a4c3204baaea 0.00 MB 1 0
25,012 25,012 000000005ed0a1df46e8502280be3f1cc48f95432e4be8add83f317356f7b3f7 0.00 MB 1 0
25,011 25,011 00000000702350f0fabb5caae2278acd00b8ae1a56b9a27d2629ffae04b754ad 0.00 MB 1 0
25,010 25,010 00000000e28504910842890a4546958c7c8f51166282713df27b3d90f3518e4e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.11 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,066.22 GB sent, 108.76 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.