Memory Pool Memory Pool Refreshing

23,588 transactions (6.64 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 39/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,193 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,192 (900,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,664 8,664 00000000b3032886a7355c6c264a8de8d4a0699fe6a1ac1cb38365c7117e19f4 0.00 MB 1 0
8,663 8,663 000000009a735f0487773c10335e1f28b7b60fd8ce6b0787117713f2ba75b35c 0.00 MB 1 0
8,662 8,662 00000000bcf48730b0a0fc4b1fb6cba5b6ee87fcf583b96f11bec70e25c0f9cc 0.00 MB 1 0
8,661 8,661 000000009cab60c85f4a391a5854bcf53ea52cb47d1e3173d190ebb9029a2f19 0.00 MB 1 0
8,660 8,660 000000008f7e87c8897a365abbcaf5936bf4d7b5ab434794644de3d32a5666aa 0.00 MB 1 0
8,659 8,659 00000000f027fe41b775800b11935115fe4889a786e83c19654e459e6b8446d1 0.00 MB 1 0
8,658 8,658 00000000310584baf587dfd0c615c3301d8a065a81bb1097d14e65098a985760 0.00 MB 1 0
8,657 8,657 00000000b3d0e74a3b0ae2884470820910ee4109601cdb372c80a635958ee883 0.00 MB 1 0
8,656 8,656 00000000e135705408a52b677d6bf64555dd605338c6e15e61bec0685c6c59e9 0.00 MB 1 0
8,655 8,655 0000000019351928bfd8bcb76287ef80e8a5b3571ef5db9b76fc28bc3b27e9ba 0.00 MB 1 0
8,654 8,654 00000000fd2887deb85e1410acf3043e2079638c17083c179beb96dcde6ee013 0.00 MB 1 0
8,653 8,653 00000000fb39895963d4284cf0f59e0ada8ffc2d05e81297966d4b13fdff4fc1 0.00 MB 1 0
8,652 8,652 000000005be793d6abe489bbc81103a5fd676d6fbb484d9b51cfb37a59fe6f13 0.00 MB 1 0
8,651 8,651 000000007b9530183fd2eb3a949c84b166973f33e38bd8112a36f598514e36a5 0.00 MB 1 0
8,650 8,650 00000000a0105b1f82c00525f8c881ff1ce768df7ebbb86e72e8ed402b8211fc 0.00 MB 1 0
8,649 8,649 000000005b6abccbbf6253cdefbcdf5a19b5a166b8f4c730ad8ce1bd7fa519d1 0.00 MB 1 0
8,648 8,648 000000007657a18a75c64b29fded5a0dd0471dcbadcde48e7df423886bc8a291 0.00 MB 1 0
8,647 8,647 0000000012315d69b55d7daa1402d06a889f37ddd2072602b94db208e108317b 0.00 MB 1 0
8,646 8,646 0000000039e31db42fa143ce5476777676a9673712fb72f0070f08e9d195a0a4 0.00 MB 1 0
8,645 8,645 000000007c7f3e6a937d1fdb6124550f92f6a1e0ee4642ba830ea83ebe727872 0.00 MB 1 0
8,644 8,644 00000000c14e61b3119b529b1a97ab7d8cde929ade02ac8ebdf1b44ea1c92f7c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,998.51 GB sent, 107.30 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.