Loading Tool

Explorer IconExplorer

Memory Pool

77,133 transactions
28.68 vMB
0.09423088 BTC
Random Selection Loading Transactions
Max Size: 173.84/200 MB

Candidate Block

Mining Attempt 3e17e0cb33174b017fc3d13c9b839e1154bca8224a9ccea98e30381211fd7d81
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 1f0c88e3ad2c449332edb454339ecc1393266cf05b5772757e2b443b93bd33e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,476
Size: 1.00 vMB
Total Fees: 0.03470669 BTC
Feerates: 101.64 > 3.48 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (496,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,346 418,346 0000000000000000019f1f8a875976111b87ab235107e413c3ef191aa20a760d 1,883 0.97/1.00 vMB 53
418,345 418,345 00000000000000000404cae543fce06bb549e253929f1075c2e48651dde022cc 894 0.58/1.00 vMB 50
418,344 418,344 0000000000000000026795ee4bc3bdc4f6bb9d797baa940f9afd3e55b8dc0198 766 0.99/1.00 vMB 22
418,343 418,343 000000000000000001ecfd08f4e443bb6a49971c68d42f7de5585c45f5e8b711 1,769 1.00/1.00 vMB 42
418,342 418,342 000000000000000001c3780875094832bf69f35d51d208792692cbbefe3822b5 2,300 1.00/1.00 vMB 45
418,341 418,341 000000000000000004f7c15fede0d1f105260d748982f8b444c58868224fd8ab 2,363 1.00/1.00 vMB 70
418,340 418,340 00000000000000000306f7ece932c8f75bb168a7e97db5071286231a32945f94 2,884 1.00/1.00 vMB 99
418,339 418,339 00000000000000000274c7b40a49bfe950d351ef8094a0d64a4b853043c00063 1,722 1.00/1.00 vMB 29
418,338 418,338 0000000000000000043587c507bc85886ef0e6f32630be2256746652f2bbecb5 2,884 1.00/1.00 vMB 50
418,337 418,337 000000000000000000549e4f50b887e0f62062c0504516f2eb7ca1480ff2cd3e 3,028 1.00/1.00 vMB 111
418,336 418,336 00000000000000000186f02366fab8ad8ba6f36ba33755b3c9eaa2260d90f3e4 334 0.18/1.00 vMB 58
418,335 418,335 0000000000000000042b544c7a28a8c979758a21e513ae7f5f08e481f57d0b4f 1,883 1.00/1.00 vMB 53
418,334 418,334 0000000000000000026ad96809d6c8fdf3c75c8eff71a3cf0ac529a59c9678f5 1,746 0.92/1.00 vMB 59
418,333 418,333 000000000000000000166b8f462f8c05b3e45466dd4c276f6a074ac5fe5400f5 2,345 1.00/1.00 vMB 78
418,332 418,332 000000000000000001b94fafae0a88f77a863f0d63c52e6e5a69f0de40a6d2a0 1,332 1.00/1.00 vMB 37
418,331 418,331 00000000000000000071797b51f9a31eed1b8000b9c6b646485c83c6bcec19a8 1,760 0.98/1.00 vMB 55
418,330 418,330 000000000000000003f39faf7afdec22b8f5269423ef85e1275905f3ffe1038f 320 0.42/1.00 vMB 15
418,329 418,329 0000000000000000020cb2c20976dc6e21d481f92d92d3d1fef55deb9946b06f 2,277 1.00/1.00 vMB 69
418,328 418,328 0000000000000000000ffc8f0a84d4e274fd9fe45f9552e84d921c9a0e5a6aae 552 0.24/1.00 vMB 54
418,327 418,327 00000000000000000289753879c24afe2d911e122a87fcac5999b057d35750b9 1,277 0.54/1.00 vMB 69
418,326 418,326 0000000000000000041ef56a739b7f0f7f24760bdc1688b62b2941c900188ff6 361 0.31/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.59 GB
    • Received: 15.96 GB
  • Uptime:

Notes

  • 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.