Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,408 transactions (0.94 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,596 000000000000000000022cb30000000000000000000000000000000000000000 0.94 vMB 2,408 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,595 (871,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,011 38,011 000000005ff9850caa1c33bc94ac2efbb6c72440c2c739ae72d0c10b7515e99c 0.00 MB 1 0
38,010 38,010 00000000369a3f4600ecd3b8e93f4e340d9497fbf55f2fcabf2eae2df217ea60 0.00 MB 1 0
38,009 38,009 00000000460910a87e5ebe8dcd7501d1c1f07da6aa9c713ec2acb844ce7fc0c6 0.00 MB 1 0
38,008 38,008 000000001866e24cad0a343bba5c9c3817deffd207883d6cf67792455bfd26b9 0.00 MB 1 0
38,007 38,007 000000000259f024fca2ca574781641ebf2e39dfde30da6bca4fc3fd251ac606 0.00 MB 1 0
38,006 38,006 000000000fae70719caddc9854ee3ca0899c7b017a4f9dc1b8461c56d6758054 0.00 MB 1 0
38,005 38,005 0000000047d75bee741b5e98bc8ffedabba406bac412d2a3f20c7e59cffa4ec8 0.00 MB 1 0
38,004 38,004 0000000097a5f7b308a846640e0b090755570b52ce897003beaeabaedc26e5c9 0.00 MB 3 0
38,003 38,003 00000000810b21f12be536d75ae227cce571c9697ea16752403af8a2a5550255 0.00 MB 1 0
38,002 38,002 0000000027b2f06432a683bb2e9ac864666f96a98fd574087977f7fcf0aeb923 0.00 MB 1 0
38,001 38,001 0000000041b52b3217479dcac62e5cab86fc9f45511fdeeb0106bbd47e5b0851 0.00 MB 1 0
38,000 38,000 000000002dfebce284d1e08b6cf04452530891579b7377669865889498de8f3f 0.00 MB 1 0
37,999 37,999 000000000a8d9239df5a6b83d87ea4330282b7eb334f743a9b9012a9ef81429b 0.00 MB 1 0
37,998 37,998 0000000090125a8321d4f6c41342b31aaf43dca806900c8e800cffaa76d80de0 0.00 MB 1 0
37,997 37,997 00000000976753279b1f3720e90ef5ce6f7a4cd4a74903402b42a7128fcd7be5 0.00 MB 1 0
37,996 37,996 000000008ca2da75e49167a25e939910a5f6146e8f63d5b005de819c85d7b5c0 0.00 MB 1 0
37,995 37,995 0000000097d38a247fd7798009d0463f85135284506be7eafdbbdd6834b467cc 0.00 MB 1 0
37,994 37,994 000000008f98c57397e87ef3f59f24d29cf4c8ee9f10928619c2724172989cbd 0.00 MB 1 0
37,993 37,993 00000000817eaeb00d4db0d46928c39402da496a2d6126ca9f3a5de0777ceabb 0.00 MB 1 0
37,992 37,992 00000000187e96bf1ff277c53b9a83360b861daaeed2872a45943ad57917b98a 0.00 MB 1 0
37,991 37,991 000000007b03a065a6d554ebec48ce36249f522ce5bfe2d52c2524450a0401ea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,097.34 GB sent, 111.60 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.