Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,678 transactions (6.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,698 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,582 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,697 (845,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,633 64,633 000000000ab998c7179aad3506d02a00346d906c0d661ee80ec4617ba7be39a5 0.00 MB 1 0
64,632 64,632 0000000007e292c1c1b9dec11eb60f6cfced61cf6dd273e13304825713ebff5e 0.00 MB 2 0
64,631 64,631 00000000002c88686ea9d283c18d1ba0fdc4e37b78a3156207cf244fea8002e2 0.00 MB 1 0
64,630 64,630 00000000014c6fef391a858da4fd1547378b63816e8e84acbe03e8f5330290e0 0.00 MB 1 0
64,629 64,629 0000000003266481d69af28b3851d5f0678efb43c8cc0134b61d2b6ee3a518e7 0.00 MB 1 0
64,628 64,628 00000000084b58e9ad19fcedd34e46bfca97133314247a2d794a0a46f90a442e 0.00 MB 2 0
64,627 64,627 0000000006effcb71d367082c8c886fab1edc127ee0b082e813708e0409d2227 0.00 MB 1 0
64,626 64,626 00000000016bdc3a3be226e12185896ace5ea8282e9aa11246c5a1bfdc3fc143 0.00 MB 1 0
64,625 64,625 000000000199867b654ce560dd82e9b12ffa3066bf9294f2fa7b5d7d25a29fc0 0.00 MB 1 0
64,624 64,624 0000000009db2a80727b1493a8855173a026d89e8944d4d975a2c454a35a1f4b 0.00 MB 1 0
64,623 64,623 000000000856bbbc24b95c1fe99880c02a160fca50b2e747d98ff447c7eb6fe2 0.00 MB 2 0
64,622 64,622 000000000229c19013a691e675f9ab814682270b2f32590c413ce6a099b4b1ef 0.00 MB 1 0
64,621 64,621 000000000760f1ad9cc12b0bf385c27ff6461830b1306298569e519a2a309c6c 0.00 MB 1 0
64,620 64,620 000000000794249fa111cfa19cf14f8fc6dc4a6d051d6a2ce3650c611c5a745c 0.00 MB 1 0
64,619 64,619 00000000020a01294e94b01d8b23cda6d941063fbd033d26c8b61085023616b3 0.00 MB 2 0
64,618 64,618 00000000024826334bfaa28342c8fb6d6a80b232b7d3e40a46c8a940d4eda062 0.00 MB 1 0
64,617 64,617 0000000005c9b376299dc2959ead592b980f39ab40110cbb384edd74eba2e51a 0.00 MB 1 0
64,616 64,616 00000000041861a0e86f0d2dd587dd9ec38b8cdcbfff17dcd4efd848fbe97d66 0.00 MB 1 0
64,615 64,615 0000000008700a0cd5a739a353970612a08f70f089369f660821df31f0d0effc 0.00 MB 2 0
64,614 64,614 0000000002a117f30df4c83653d252dbc4ffa589f7ecdeb6aa5d7696cd8c6a83 0.00 MB 1 0
64,613 64,613 0000000008151cd0eba1b31c3f0617036ff6b7e6395449227df759d682159328 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,155.74 GB sent, 112.63 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.