Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

736 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,608 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 725 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,607 (851,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
57,999 57,999 00000000140ce7f02b2bacf8a6341f7c7934c859becdbfaf20e04c1dd7cb5d29 0.00 MB 1 0
57,998 57,998 000000000109ef79f6fec56589f9d7b21f14586bea81a0b036a852d3d2f42b04 0.00 MB 2 0
57,997 57,997 0000000012f2653d20f7f89c7f9afcdbcdcb57e88e2a3eb9261810ec530819f6 0.00 MB 1 0
57,996 57,996 000000000e89a6a1a0ec5447e398eb0ade92926ade591e2af7c2c91282a38b5f 0.00 MB 1 0
57,995 57,995 0000000003cda0488565ad16a9c5bd510b7c874ade555bf5f2985dc10e6cd4ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.68 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,100.51 GB sent, 111.70 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.