Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,805 transactions (1.70 vMB)

Priority:

  • 1 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
911,720 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,719 (459,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
452,412 452,412 0000000000000000014f28b15cec400473db632ffd556ca9089dbc74ab52d8d3 1.00 MB 2,982 159
452,411 452,411 00000000000000000014a8aaac4fadafe5918e23463b614d4fc25e0f7936ab1a 1.00 MB 1,478 142
452,410 452,410 000000000000000001b4843be2aa4b700f4f94ba8bd40a3363a260a1272bd399 1.00 MB 1,560 39
452,409 452,409 000000000000000001dcb9af0f0a1af551c93b2b55221e781a676113ae1367a5 1.00 MB 2,096 68
452,408 452,408 00000000000000000079f983b063037748049c010c59084da20cca17d28484fb 1.00 MB 2,181 77
452,407 452,407 0000000000000000013513b8074ddf6734917c825cdf1a568ac1e1ae362900fa 1.00 MB 3,037 98
452,406 452,406 0000000000000000005d87f5f60364ce674d19a6497abc66f0d5968949bbfd35 1.00 MB 1,938 93
452,405 452,405 0000000000000000028ff3779706397b456a31843ac78a64f0f81115909c7220 1.00 MB 1,477 91
452,404 452,404 00000000000000000283c1df034867e279739be24df274690a8704bbf0cbc580 1.00 MB 2,486 140
452,403 452,403 0000000000000000015eb40c1cd126fe5723231a3d1f33a29dc41494196136e0 1.00 MB 1,600 99
452,402 452,402 0000000000000000000b24bb3bf93f09dfbf3cb33ae9afd4c8ec7e8a34ae7704 1.00 MB 2,798 142
452,401 452,401 000000000000000001038e3e75c47bc725e757df053d0962fe7d0eb7efcb3a7a 1.00 MB 2,382 135
452,400 452,400 000000000000000000dc5b9fbb1ca2c0351e766a084254b697e7a390307c9ff9 0.49 MB 780 68
452,399 452,399 00000000000000000209f5383de1a9e6ff541f6f04c3e0fa6bdfa781d67e2e56 1.00 MB 1,984 58
452,398 452,398 000000000000000001770ed8d56a56d677e59f31a0c1826d8319215335d10f87 0.99 MB 2,375 111
452,397 452,397 000000000000000001f907f5be215f7b62d93ef743f26e05a656e3230f655d18 1.00 MB 2,767 96
452,396 452,396 0000000000000000008a4c7c5714abb3c070f75e1d980e69ca7226fc166d737b 1.00 MB 2,734 85
452,395 452,395 0000000000000000027caf06e138f727ec6cc7173c137d2353540e900bde805b 1.00 MB 2,222 122
452,394 452,394 000000000000000000d809887b09a98e023bc9a436f1fa46ce6287eaca87406e 1.00 MB 2,350 78
452,393 452,393 000000000000000000ceef3086485210a0ba1fcc7596b02bf73c1d9d0f2d1263 1.00 MB 1,840 117
452,392 452,392 000000000000000001bb5e08c9018a7641f9540800da7fc2f9fdf6d689f946cc 1.00 MB 1,530 64
Previous 10 blocks ↓
Total Size: 776.56 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,426.55 GB sent, 131.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.