Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,097 transactions (1.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,692 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,012 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,691 (165,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,464 746,464 000000000000000000006f6d14aafcf05f96b990b99152b06683fe01d4d8435d 0.24 MB 428 40
746,463 746,463 00000000000000000000d8737a36bc6d33f2a264be5d1fea2f2929cfd922cc46 1.28 MB 1,709 48
746,462 746,462 0000000000000000000571956309fa5b468f2b7d6f777ce8967b4b8eb5361867 0.34 MB 496 16
746,461 746,461 00000000000000000002a8e73d2e0738eb67d4d05c0ff7838835531fe12a93c9 1.16 MB 1,914 9
746,460 746,460 0000000000000000000313d70b3ba498ea6b4f796646210d3f6aecbaf94b3fa5 0.60 MB 1,152 10
746,459 746,459 0000000000000000000631c3ca12972e25d1c754e9f97708e460802230c665c2 0.80 MB 1,486 10
746,458 746,458 0000000000000000000787ccd79097959dfd65eb0bafd881048bef4deeb383a5 0.34 MB 548 11
746,457 746,457 00000000000000000005aba59d8902ae24e329e68c23ac20408e7c49b943f147 1.43 MB 1,480 2
746,456 746,456 0000000000000000000424b8ee8e4f787a2370238f81ba22022a2556376d9b8f 1.42 MB 2,623 13
746,455 746,455 000000000000000000021d635e39e1bdd0f5425384c93f6a6be652a4f7ee6f37 1.54 MB 2,942 15
746,454 746,454 0000000000000000000155c3b173166870e584cd506635e8d936c2d509cf69bc 1.19 MB 2,640 10
746,453 746,453 00000000000000000007dbd287c3fd5f5b5d89093836a92ada6e9c249f824201 0.77 MB 1,705 11
746,452 746,452 00000000000000000005336ecae64a7e3b6eb490970b2bfdee2b1103565b20db 1.46 MB 2,027 7
746,451 746,451 000000000000000000097bc1deec1f5868f6c858dd385abe4103230e6d3ca0f9 1.25 MB 1,770 15
746,450 746,450 000000000000000000091b08f91eb8aa76019b2e9e302fc2a9c3f168d4373692 0.19 MB 423 12
746,449 746,449 00000000000000000008f98f13c72b4c453e905abbad0ffa5a808ee537af6c59 0.26 MB 536 10
746,448 746,448 000000000000000000015b6a40f957ddc814ced0e152a386054e46dfb9ffe976 0.83 MB 1,589 9
746,447 746,447 0000000000000000000805d744db05099aa43dbabbe0bcf8eb23844903dea39e 0.45 MB 803 11
746,446 746,446 000000000000000000062a3fb0c36a21c8dcb5c08ecf0402540831f80f69a3ca 1.42 MB 2,503 5
746,445 746,445 000000000000000000056918a8879a449aafec27e56c468aa3c145d1f923ab63 1.41 MB 2,592 15
746,444 746,444 000000000000000000063d9743ae79db121bf8136beeace5c835f5c317b76665 1.02 MB 1,192 7
Previous 10 blocks ↓
Total Size: 776.52 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,425.61 GB sent, 131.23 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.