Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,124 transactions (4.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,628 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,537 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,627 (852,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,886 57,886 00000000085fee8698fb8b70fb4f0f777db02c6c16bea9cf8d4ebc1e3ee072eb 0.00 MB 1 0
57,885 57,885 00000000100292c343b2c9255da27e401be37fd02fb711466f654513553da0b8 0.00 MB 2 0
57,884 57,884 0000000004851c9312fdd387a4e32aa63f7a39c9f5710799c042974654f5f2f6 0.00 MB 1 0
57,883 57,883 000000000af06e0d8c0b06efa64f676275572aed8972f209bbc995dd26b4a384 0.00 MB 2 0
57,882 57,882 00000000060e9ffcf16e64635fe96456e9343cf3f584fc4c18d836eacb279c95 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 774.54 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,263.96 GB sent, 121.29 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.