Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,674 transactions (0.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,386 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.95 vMB 2,674 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,385 (831,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,008 78,008 0000000000458342726132a783b7ca341c8b0357514f2656e9d3c4430f253758 0.00 MB 1 0
78,007 78,007 0000000000563f24f805efbffb905f2612a1aaeda0c65f461b7422437f68dbfa 0.00 MB 1 0
78,006 78,006 000000000004c3de419181225eec36dfdceef582a8d3b8d746d601efb0f29ce1 0.00 MB 1 0
78,005 78,005 0000000000186e517891a8abc343dfefe66aafc83897666ea8539d27a8edfbd4 0.00 MB 1 0
78,004 78,004 000000000066120ab9136251d2aa40c18f3f69e42412aacfdc7a122cede2f3a5 0.00 MB 1 0
78,003 78,003 00000000002c13665270c84b2a61d75758ff4e4e74864463f1bb50340a14a3bf 0.00 MB 2 0
78,002 78,002 00000000004c8aade2d7b67c1970136aa3dfcd2c830ce6285f4d66abf2b32876 0.00 MB 1 0
78,001 78,001 000000000000883080e6717f944f2ed3bb6f2fa0e2723a8486c476acc713a079 0.00 MB 1 0
78,000 78,000 00000000001f3fe62641b473673c9ababbe207046a109f0861af95c905a918fa 0.00 MB 1 0
77,999 77,999 000000000059ebb1d38fff0032188a919b2d775d43f9761b906ee9877d2201ee 0.00 MB 1 0
77,998 77,998 0000000000558ad5fd10a3efc6c1f95fab1826495c03c9eafa950860d407a263 0.00 MB 1 0
77,997 77,997 000000000000ef0645b7320806a486e3c084850bbf471f297d4264fe1be43760 0.00 MB 1 0
77,996 77,996 000000000064300a49eb1239322f216cfa367d974ead99a55698f72c08a06592 0.00 MB 1 0
77,995 77,995 0000000000210c9a3668edd2db5917116d2eb3dc5a90aef8fce52ac143b147f7 0.00 MB 1 0
77,994 77,994 00000000004df478f4d3520e07826763009af055ff42ce63cf783d50e9c134fc 0.00 MB 1 0
77,993 77,993 000000000031ede660ff46878d80e86f71fa864ad8f4ba498634f7e2c4aef77a 0.00 MB 4 0
77,992 77,992 0000000000219bb6379bbbd533f253da8b62c9553881aba30319cb5423bd802b 0.00 MB 2 0
77,991 77,991 00000000000eb159ef6e76a82333e9c90b2431f67d9f827a0b17872d4ecb3552 0.00 MB 1 0
77,990 77,990 0000000000523484bb4ab587fbef288b8d4fbee188ed70072a253c2cf8cbc0c6 0.00 MB 1 0
77,989 77,989 000000000003ebb1a08d881a24e396a4b2c5601581f589ee39f084b178f7896b 0.00 MB 1 0
77,988 77,988 000000000016622949e67d3f015c314b5eede451bb3104483a742a602ec7318c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.25 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,069.44 GB sent, 109.42 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.