Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,829 transactions (4.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,309 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,419 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,308 (830,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,507 78,507 00000000003b14f82e8bb137a65f240f5babbabcd938a7d3ca9f0cc4c6f0cf16 0.00 MB 2 0
78,506 78,506 00000000000f8ce3ff59bf3e71d224b761e536c440ca233d48a9f218c2bd0c73 0.00 MB 1 0
78,505 78,505 0000000000291f86d1d5a66ae528de02d1097ff0ef230108a3d302b306876a2c 0.00 MB 1 0
78,504 78,504 0000000000122b5a19b8779e22b85f27fa1c5bd19049ae1cdf9cd8e2be3225e2 0.00 MB 1 0
78,503 78,503 0000000000689b98ed0882cccceb6d0b8f2ac8013ba432c783d61f274e6a63da 0.00 MB 2 0
78,502 78,502 00000000000ef15954970e892d8f87a4fecb1b3c14ccb3c45c63dc4e099e4e3f 0.00 MB 3 0
78,501 78,501 00000000003ac7dc9896812fdea62028a52972f24c6275c2615d3e7967af6c45 0.00 MB 1 0
78,500 78,500 00000000003522284cd9125fd754c00cc92616fdc02d525b5b8750b450ad24bd 0.00 MB 1 0
78,499 78,499 0000000000053a1789a9fc3bfa963eebace12d69a249d40d250e583790210abc 0.00 MB 1 0
78,498 78,498 000000000006294f68fa4f6b30e89e8258dedcc7905f3fa472f7a34bea57a19b 0.00 MB 1 0
78,497 78,497 0000000000141a1c83767690cb7fdf34111e65eb8605fd54b3fa3b40290e4e34 0.00 MB 1 0
78,496 78,496 0000000000287bada09a8a1276fb79415b6c144944f8273b4e7a9fc9b57b6bfe 0.00 MB 3 0
78,495 78,495 000000000000eff0e1d7cbf3a2efc05c54aed38b9af3a3e0a7f3c06efc0b0bfc 0.00 MB 1 0
78,494 78,494 000000000050016f2310c7c49d95e6f83d1a38d6dcff55d492d3e038b6c76445 0.00 MB 1 0
78,493 78,493 0000000000079f474b1e8952dafed9257cb99d0ebb80d97e28127d4b33c2ceed 0.00 MB 1 0
78,492 78,492 00000000005de1d90c4efb14a39751b0cbde1fe10f7f262f2f65c27a0b37c27c 0.00 MB 1 0
78,491 78,491 0000000000356df2261c727bbc184cd4a43fbe2720ba04915106b3b030e9fcc0 0.00 MB 3 0
78,490 78,490 00000000000a99761ca60fbbc1afc27632f838c2803b80b4d35b2de7e6f50b2c 0.00 MB 1 0
78,489 78,489 000000000049dd1ead20df0b1ff47bb83b72f6af6d6693c26799e8f6e381720e 0.00 MB 2 0
78,488 78,488 00000000001cc16a7fe4ecedd9a46b9b79db70db8964b6179f70694fb45986f6 0.00 MB 2 0
78,487 78,487 000000000036b24b8c7cc579836eb5b009fd2dec8159c6e3d2cd6f18eee88346 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.11 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,065.60 GB sent, 108.73 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.