Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

23,406 transactions (5.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,067 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,531 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,066 (877,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,028 33,028 00000000b094f1ae8db5ffbd96bef153b98cc610534c4b180baec14d3769128b 0.00 MB 1 0
33,027 33,027 000000008f2f24c5cc3694bab6d42cb58104aefdb3789fe430e535b655f35f65 0.00 MB 1 0
33,026 33,026 000000009cb50be8cdeab8bba6e0f9b0774eb9476ac6947ef076bde428dadc34 0.00 MB 1 0
33,025 33,025 0000000090b1f253e63f3211857bbe14c239fe16564810c47af76566cf5f5a74 0.00 MB 1 0
33,024 33,024 000000008464a7c4c025238a115c83bfdcdb2144913fc034726092ba50658bb6 0.00 MB 1 0
33,023 33,023 000000008a65e3d2c1f87e099ec94bbee05d93d2f6ecf8170503d4ea7af6ae13 0.00 MB 1 0
33,022 33,022 00000000a504bff8675f03b661b809d79817df79f4726157e55f9c8396bba592 0.00 MB 1 0
33,021 33,021 00000000270d2cbcbd94b9232fe0c193f896d3124de44b709e94611d54c268e8 0.00 MB 1 0
33,020 33,020 0000000039942ee8d8bd7a1843d404e3df10516433486e61278ba92ea73d465d 0.00 MB 1 0
33,019 33,019 00000000965fe1ef3de42a65bad022314364fa8dea8dcabc9aebe17d410db560 0.00 MB 1 0
33,018 33,018 00000000642ce6620dbcc2738a71e643daedb6c84e0d8557ee892e4cd10a0141 0.00 MB 1 0
33,017 33,017 00000000422d49fdaf82d66ebc9af80b3db1ac88d5d7ed280deed7faea4232d7 0.00 MB 1 0
33,016 33,016 000000000d883a45126fc0cdfeb87142a807f4813ff11a0a3f0548ec513e5cad 0.00 MB 1 0
33,015 33,015 00000000024c95a1772c7da7faad7869c0624afdde1c8ec577c290cf455148e2 0.00 MB 1 0
33,014 33,014 000000008439f9567ec0b9e04db908cc6b2aec414072cf4a95bdd8afc50ba9d7 0.00 MB 1 0
33,013 33,013 000000000ceeadcb575cfc13f56f9e6130eb9b047f2f06d2c470c42396f7e974 0.00 MB 1 0
33,012 33,012 00000000996bf385800666c3d3d86203aa9f3bb5264a67c9db747bac345a8139 0.00 MB 1 0
33,011 33,011 000000001d858f27b02eaf71438786ffcbc30a6e36a680eff753683eab6f7748 0.00 MB 1 0
33,010 33,010 00000000b9495235a8ff6e7d8ee2277325648a49ff3cd0d4db514f263263661c 0.00 MB 1 0
33,009 33,009 000000007401f61b0f4caff88b4b70e5772599a8e80522d080f47b3c9641d712 0.00 MB 1 0
33,008 33,008 00000000c457707713197eab7b6ddfdfbea1cb2e2e29f36bcb2256b52930a802 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.52 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,186.62 GB sent, 116.08 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.