Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,814 transactions (1.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,864 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (852,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,199 57,199 000000000f40f80bf4f29a17043d829d7d6f89630c7f38fc3ee96d2b3232bda3 0.00 MB 1 0
57,198 57,198 0000000008414b5213c14dad45c13c688b43b614968e64c7929954bd3fe447a6 0.00 MB 1 0
57,197 57,197 00000000143e4ed79b6b358ab0d73415c4337299e9fb6622e9986edd6a431487 0.00 MB 1 0
57,196 57,196 000000001070fbc6ff7e8d5ddffe2120201dad3a61b929199965c686641d2fdb 0.00 MB 1 0
57,195 57,195 000000000f6ee2d1796dedc9a3cbb08ed87ffd37144d508388ed62c2d7ca2870 0.00 MB 1 0
57,194 57,194 0000000011b40b205c0b6699098fccf4bb9c434389ed790da3622612cbe4698e 0.00 MB 1 0
57,193 57,193 0000000007ca740b98c3a1e643bc4148679170ade92ab5cb786eb5500b858556 0.00 MB 1 0
57,192 57,192 0000000000618e84c3c043be35dabd36743f2e33b3abbb061920186a993b7ef8 0.00 MB 1 0
57,191 57,191 0000000001200d4f2f822984470d6de3509caa6ad5926c04ef2424caab5ddd01 0.00 MB 1 0
57,190 57,190 00000000009069128bc7fcd7a5f9e2f2d71b10ca7694ebf74fb057da89d6652a 0.00 MB 1 0
57,189 57,189 000000000a84b5e3ab96feba9384363a1c0c1ada626d7d2ce2915b7804870b8d 0.00 MB 1 0
57,188 57,188 00000000034df5985b47893b21cca1397e21c28765c19f9369792c58ff950b40 0.00 MB 2 0
57,187 57,187 0000000007cfd97ae8d87200d090bd5938e8593887aa05db7d26c4f6ee55942a 0.00 MB 1 0
57,186 57,186 000000000eeb76e3337b416086d79572ddf2e9ec152c9adfda341355cb98eb9d 0.00 MB 1 0
57,185 57,185 0000000014ce7d995ba228e2bedd6d731b0b5c0990d47f9a3885b8320aeaa381 0.00 MB 1 0
57,184 57,184 000000001513265be760eae231d1fe0a4f5a1d168ed9840035635764f28195e9 0.00 MB 1 0
57,183 57,183 0000000008f700338b643539e4d99f4848c7171ec4f9b5bf7ea1af7ee731b472 0.00 MB 1 0
57,182 57,182 00000000071183be274a2102650001fe4ed43eefb7a856da79d3a54e5b1e1419 0.00 MB 1 0
57,181 57,181 00000000134a8102ac620c111bd0aa634be7b9a3d4fda62473d9e90924be48ab 0.00 MB 1 0
57,180 57,180 00000000082c60107a9e819bea261f93659c29be759d564e20e22d47f50d983c 0.00 MB 1 0
57,179 57,179 00000000076a8e1dccc320e88d76968cdb126fd4f7c200688cb440a980666383 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.59 GB sent, 112.23 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.