Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,836 transactions (2.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,635 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,375 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,634 (852,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,881 57,881 0000000008ae6a17dd6c9b08913240ce921fce2f6343786cf2b5848ec9db100a 0.00 MB 1 0
57,880 57,880 0000000009086db3a458bf6f5e25783fd2a75d113597d761978d71d632ce332b 0.00 MB 1 0
57,879 57,879 0000000004b22481e453d6172c84c956b61d0b1a85d170dfc4a5c43d078fe7df 0.00 MB 1 0
57,878 57,878 000000000e69cce6e4c29b9a95380ea7636b8ddf6478d59e6fe2d9cde7c1d2c5 0.00 MB 1 0
57,877 57,877 000000000c5b96e080493edd5646099dbd74ae785fab28a18e03444a0e7f07e7 0.00 MB 2 0
57,876 57,876 000000000f63f96ff716c6a27abffa6c91ac54a49c06f103163e8936ddf71862 0.00 MB 1 0
57,875 57,875 0000000010d1ee24549ed99d90ab86661c54d3915b992535ed59dbee34463ac4 0.00 MB 1 0
57,874 57,874 0000000006b3a9a9e7eeb353c0a15eb569761b69b282f1c6f69e5efee901d8f6 0.00 MB 1 0
57,873 57,873 000000000f76159c45d4f193b2309f1f51a150f5d408859ef557a80198674839 0.00 MB 1 0
57,872 57,872 000000000483bba77869da3a0b137f931a5d0cd1fec801f6aaa16cc7487628fd 0.00 MB 1 0
57,871 57,871 00000000023f515d2ba1b08ccb56f91b017f954e0e15ec5fba90233e9570d9e7 0.00 MB 1 0
57,870 57,870 0000000014ce078da93b0f12d1f60b1d5c17b9471318f5e39d116810ee1e4693 0.00 MB 1 0
57,869 57,869 000000000712dfc54a579a9d32a67fc170f62628cf7dff0bc141cfe620d4a616 0.00 MB 2 0
57,868 57,868 000000000b8e1319f1a49bcef384611e1d6bb97ab487fed2b60f1a87fa8f7ef6 0.00 MB 3 0
57,867 57,867 00000000081f1df9d9051bd581f6d59dd3716688d7817191fdca26c3e4ad54de 0.00 MB 2 0
57,866 57,866 0000000008319325fba35173b994877523539728e9a50cb8223cc9a77eef12e2 0.00 MB 1 0
57,865 57,865 000000000a5938d9f34bbd86a6d72dfb22de4a9900e7aa3f640bd747bc76b391 0.00 MB 2 0
57,864 57,864 000000000782518d2a2be58ead59109d8737ffaa5280d30c75dff7b513db8d83 0.00 MB 1 0
57,863 57,863 000000001510ab8c1a0f533bf82150470a837fd7d5d0ca91b39ac41e81eb18df 0.00 MB 1 0
57,862 57,862 0000000007bf79413167d1741966b32a273ec732782335eb95965fcb4a60c6cc 0.00 MB 1 0
57,861 57,861 00000000032a3d8fc98577d5a52c7e551656909c923d147a90877ab239f40fa9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.55 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,271.65 GB sent, 121.35 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.