Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,145 transactions (1.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,592 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,373 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,591 (851,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,020 58,020 000000000804880305a30467f73ea19861407ec0a5e9db55977ad49fc74188cf 0.00 MB 1 0
58,019 58,019 000000001258a2dc6e0a26db100c5bd393722123515a92570c5004c5987d1e4b 0.00 MB 1 0
58,018 58,018 00000000149cced47d56536da007027db823c5931f83a1e3f61f291babe68513 0.00 MB 1 0
58,017 58,017 000000001299d4fac33629ad3cd4d513aeca5314259ad8bcaa5e76022dabdcc6 0.00 MB 1 0
58,016 58,016 000000001099016ecbb78c654b94e6554b4a96770e02e634fa3bece348216af9 0.00 MB 1 0
58,015 58,015 000000000471a5eba51a2becc8334c2b167765799088862c8698f9e65f2e6a53 0.00 MB 1 0
58,014 58,014 0000000010bf6e143b620d7da8bef6e4aa22f8f3abbcf161f99f05a3b8e5b18d 0.00 MB 1 0
58,013 58,013 00000000055cb0896b21d4fcacf72224709698db0efaf9445756a602020bd5ef 0.00 MB 1 0
58,012 58,012 00000000025fe5763d055dbff6ec86e1014382477d0f0282f84869a21eaaf652 0.00 MB 1 0
58,011 58,011 000000000f8a501ec9b35668536c810760937ecdb8e6d78b48bf53578e5147b9 0.00 MB 1 0
58,010 58,010 0000000008bd68db6a8edcb00cfdf1d5ea2f0b034fbeca4207fcf8f2b3a362f9 0.00 MB 1 0
58,009 58,009 00000000018d2a38e2f26fd0d9cf5f11e560e5d175c23ca1c94b854c1209423e 0.00 MB 2 0
58,008 58,008 00000000130c00b449ea56db27eeaa687cbc9995c94204fb4d88b28bdcc33ecc 0.00 MB 1 0
58,007 58,007 000000001252d5e42bf1411d6e26c3e8002b875976cca2fe85d17b72ba5a0b70 0.00 MB 1 0
58,006 58,006 00000000133fbef93c4a76c2ab3ff1bc5954dc2707d50c69fbfd7d3e41720d0e 0.00 MB 1 0
58,005 58,005 00000000035e5acf58f0270a2ef77a6958f60b04cdef546a840cc784261aef1e 0.00 MB 1 0
58,004 58,004 000000000fd7bf18c80dce27bd162076c06752e1c4682ad6b559493b54abd0d7 0.00 MB 1 0
58,003 58,003 00000000127a9b75a694b24ff6d07706dbbd7f0b19896ce93d7f90bd9fcc32da 0.00 MB 1 0
58,002 58,002 000000000731d0a3589ebaf825cc6eaf1337eeab9a7118725abf7c4ef72b74f0 0.00 MB 1 0
58,001 58,001 000000000e52b80e848807d7d0a7085fd561b613e5045a492da9680d380f84b0 0.00 MB 1 0
58,000 58,000 0000000013e3791d288d9db814c52fbdf240b2206eb8e19d7dc80013c60c0c00 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,095.95 GB sent, 111.56 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.