Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,953 transactions (1.25 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 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
909,910 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (891,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,713 18,713 0000000028c4643fe8dacf68e28bca71b7909d25fa78ecbd652e705b1fdd5094 0.00 MB 1 0
18,712 18,712 000000002638383ee9b5c9ca509efeb9000b1da2c549dbed27d2f32997588534 0.00 MB 1 0
18,711 18,711 000000009bb767b7de4b77da93a54f09ae7ff942a3ef723464acc1ed543671a4 0.00 MB 1 0
18,710 18,710 00000000c8332e192a4be6bafc17dab8c6bcf2c4d82135dd5bc2ff370c361e66 0.00 MB 1 0
18,709 18,709 0000000023210d57940a779cd0fae028ade3e8907b01d9c76cf79c6c6c507e5c 0.00 MB 1 0
18,708 18,708 00000000a38e093375e7b35477512dae3173b515dfa4304043db002ca3663464 0.00 MB 1 0
18,707 18,707 00000000e48be783058d2e82fe28a7dda24540ef79a5835f852cb5c54b6f7ab2 0.00 MB 1 0
18,706 18,706 0000000011e0d1b7d2cac81d000a6489b26f203151b5cd3255a48432f515939b 0.00 MB 1 0
18,705 18,705 00000000e6a34bbae8938b88bdc6188896cf6144eee998fd277b2e7d5cc308f2 0.00 MB 1 0
18,704 18,704 00000000f39441ef0aee4c1f11e3e83005f2fbc512451c35ffea96a8e2ab7650 0.00 MB 1 0
18,703 18,703 00000000000816633b61ddf4d411169935a03ffc02495a6448d2d029590c3df2 0.00 MB 1 0
18,702 18,702 000000001ee61f32727e5d250ad9415cdf479151dd16d9e963493bd330f06807 0.00 MB 1 0
18,701 18,701 00000000df15074fee2e829960feaf52193d93d6335c06727bee2fd8a83e173d 0.00 MB 1 0
18,700 18,700 00000000b7ba814633a219189753d2526b6eb4781811da007a41b16624394929 0.00 MB 1 0
18,699 18,699 000000003274f7fc4cbd0decdb633b740beb75be5a01ac35075a05133c2ff72b 0.00 MB 1 0
18,698 18,698 00000000cca5872c9654b9e354204aa63c407368341681e263fb2012c6aa4351 0.00 MB 1 0
18,697 18,697 0000000087e989166e10b9b1a54f66b3883ada16a30004651978c7fb72b2ed76 0.00 MB 1 0
18,696 18,696 000000005ba81980af0d5d7d04eb5b95b61f2f639a26eb76a8417c8446cd2b69 0.00 MB 1 0
18,695 18,695 0000000071396053d4fc99f8452332ce3d7d89f8608872b31e565be1466d19b4 0.00 MB 1 0
18,694 18,694 000000007ede00fec46ce1833cac69a87940336aabe1a88ed01a5439d61a983d 0.00 MB 1 0
18,693 18,693 00000000a1c66484ca5d0434d701ff1460530c7c60b2bbcde5b4a64097b15115 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.56 GB sent, 114.54 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.