Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,435 transactions (4.35 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,268 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,520 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,267 (844,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,827 64,827 0000000006ef8833cc2730f980e9453a1a350d65d06b8323d98cb6430a217558 0.00 MB 1 0
64,826 64,826 00000000036a4fe5660aaf2de8b5de9ace767948ae2ded97dcf59c4d2fb88016 0.00 MB 1 0
64,825 64,825 00000000044cca1c99e4e3ddd4667cda88294c4ca775a6df07325ed64b55298a 0.00 MB 1 0
64,824 64,824 00000000086e44dd7f8f98ffed8149584b7da251bf7a990709aca3ee2ddca11e 0.00 MB 1 0
64,823 64,823 0000000000698f45be30416c0d61f68504013a4f93ef96b896626aeaac4e3c85 0.00 MB 1 0
64,822 64,822 00000000014d633bf4e749ac01d59d71fe7b8c7bcada8f7ddb25b8b3ff992262 0.00 MB 6 0
64,821 64,821 00000000013f52055b4e70e79faf58bbf83f007fd6f3e1229c5564b18da56e6c 0.00 MB 2 0
64,820 64,820 0000000005f49934ca270ec651f8905df150a64771768cee84ab5559e280ceb2 0.00 MB 2 0
64,819 64,819 000000000662a6bcbebb262c449ea2ac4b03038818bddcfc7506c97ee4055ce2 0.00 MB 1 0
64,818 64,818 000000000636285216ace02625f2494eab03a731c452d2075c4722ea266afcdb 0.00 MB 1 0
64,817 64,817 00000000048222235b41facba106e0b4687d506c3fb3f12193386a2063928613 0.00 MB 1 0
64,816 64,816 00000000070fb5416e79b795cb7f7a14fd225a5445661f07cd577d063fdb52ae 0.00 MB 2 0
64,815 64,815 000000000acb304d0c7eb9be5a87702e0c89374f2e5f1340b003146be3c6f394 0.00 MB 1 0
64,814 64,814 0000000003dc79708015cd5a88d67d5c2138f953d656d510f75b748484a385e0 0.00 MB 1 0
64,813 64,813 0000000001724c23fa5f310dcee0ce8052dc4a91f450b8ffddfc57fc0af9ef03 0.00 MB 4 0
64,812 64,812 000000000323ef294d7b80100645bcf942403660d6fdd3c986681ff80ffb1825 0.00 MB 1 0
64,811 64,811 00000000021da88cd4e7dedcad38b7d7802aa1e46fbfadb677ddc106ca6a2caf 0.00 MB 1 0
64,810 64,810 0000000001de3f1098edb1620a0c2e5775fb6dec602a601dcf36d99e94aef293 0.00 MB 1 0
64,809 64,809 000000000685e3b45ded5d036ef5385ef064e266d60ff4652c6f7e508bbaa7cb 0.00 MB 1 0
64,808 64,808 000000000a5d150fba655873e3a4e0758a0b754e8a3a450e99f8dbab4bbf6512 0.00 MB 1 0
64,807 64,807 0000000009979f55fe0179586c233f8e57bd736926d22d8d6aff407b800478bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.03 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,043.23 GB sent, 108.19 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.