Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,430 transactions (0.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,961 000000000000000000022b910000000000000000000000000000000000000000 0.73 vMB 2,404 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,960 (235,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
676,459 676,459 00000000000000000004f157d8038d4fd98b19137c6ef64074db03a349ffc0fe 1.30 MB 2,598 49
676,458 676,458 0000000000000000000a110cac972b7b3e49d331e2a552ee437ba99756de2076 1.36 MB 1,812 18
676,457 676,457 00000000000000000002a0b4d407e8dc7c01ca5661a9831e91abf359ca2ebb97 1.19 MB 2,562 33
676,456 676,456 00000000000000000009e1854d60d0ce3a456c1dd59d6e9ad497ca762fc7d26a 1.28 MB 2,394 46
676,455 676,455 0000000000000000000c17971c86a823a465e18f2973054c6b5dc08068bc7eb9 1.24 MB 2,139 41
676,454 676,454 000000000000000000048d8c58af7a447e4bc2256a3118fac014f4c30dd7c60b 1.39 MB 2,584 62
676,453 676,453 00000000000000000008cdae3c771727671c4ebbe440b6780e37b00de11e21ee 1.40 MB 2,264 46
676,452 676,452 0000000000000000000c6046ad363a8bbd28cf39901fdbb7c17e15f1b407d245 1.33 MB 2,004 64
676,451 676,451 00000000000000000005e78dc8204ab53fe08c7c225cc85748c79d439ce54abd 1.21 MB 1,555 76
676,450 676,450 000000000000000000088d5392f3dc4081959b1495e36151646a91aae40be751 1.34 MB 2,254 50
676,449 676,449 00000000000000000001ada83dbdfc960cba688527506191d62a8a080c167dec 1.24 MB 2,076 41
676,448 676,448 000000000000000000023ac150f985258e330173ccf7053133ef905efcae5f42 1.54 MB 1,455 32
676,447 676,447 000000000000000000092784e27252e1f9b5403e0c762920c817d5fe1f4d51cb 1.21 MB 2,541 25
676,446 676,446 0000000000000000000529e8d84f056be78b46aff97561b6659c45eaf4988c09 1.30 MB 2,744 45
676,445 676,445 00000000000000000006a6d8e26a3fcad9a0e25daa4ff6839f4524bacde0f190 1.39 MB 2,742 50
676,444 676,444 00000000000000000002b9dea64ec4eaf3df86aa9675f7d1756f6f88d94fd83e 0.00 MB 1 0
676,443 676,443 00000000000000000001dfd51103cca2a405d47e39be5a9993fbe09d6901509d 1.40 MB 2,208 69
676,442 676,442 00000000000000000005b1bec310d2e7228427c720dcfdbfb45fa53abc54e6a0 1.47 MB 1,955 47
676,441 676,441 00000000000000000001671aa95ab23021d76a3ff01cbf74b62951609076551a 1.41 MB 2,330 74
676,440 676,440 000000000000000000005b49618d5ba330a28cbdc13b4b91e8c6ebe93c1fcfb1 1.55 MB 1,832 60
676,439 676,439 000000000000000000017d180e1ba8b17415d4f67cf8facb0d3ad4bfdda5a345 1.15 MB 1,008 71
Previous 10 blocks ↓
Total Size: 777.01 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,497.65 GB sent, 133.51 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.