Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,917 transactions (2.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,880 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,879 (832,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,347 77,347 000000000004a1e2afb5d0113e76f508ad23fcd7e521da1ae3a5f688d18827a5 0.00 MB 1 0
77,346 77,346 00000000001b39ea7f06fc03513225003ba78190eea3bedc19c7612f66b8cced 0.00 MB 1 0
77,345 77,345 00000000004adb61ca4603e657e7318623aab0bd475a0c37d2438ce7eff816d4 0.00 MB 1 0
77,344 77,344 00000000004c32e89ecb0228f07041ec91cff02a53df2cff73134d53b9d82b87 0.00 MB 1 0
77,343 77,343 00000000005fd4e0530f9d14856d19652bc76f4ba72c48c8f4549b1482b60807 0.00 MB 7 0
77,342 77,342 00000000003dbbf935e08a361fde1b07b4c9ec290daec32e40b9f027109bb72d 0.00 MB 8 0
77,341 77,341 000000000038b491b8b838457a28fd56d01b7ffc27fa8660ca4d93da65b0a10b 0.00 MB 1 0
77,340 77,340 0000000000042aef6f37c9adb173589324c8c80797d779a11a206639e1b4897a 0.00 MB 1 0
77,339 77,339 0000000000083f0a7e6cfbdf9208afd8d468c17f129b116b32a45ab2ed5e9987 0.00 MB 2 3,861
77,338 77,338 000000000042c42a88ba649f8282884cc1d7db8666d399b7c1049c008d6f6308 0.00 MB 1 0
77,337 77,337 00000000000d9d629df9d70512f3d90002ac1b9dc487c227adeda02756c718f3 0.00 MB 1 0
77,336 77,336 00000000000871b23e9a209f99db2912375b5d71f2c0c1885fbf166489a0b719 0.00 MB 1 0
77,335 77,335 00000000003cef0a21be33e588c9d8162acb850bc5905035174193072e921d8d 0.00 MB 2 0
77,334 77,334 0000000000182e50763b30835754e3413857a9be7fdccce6e1d6c3506228a3e4 0.00 MB 5 2,145
77,333 77,333 000000000023344ddca1f41027019a297d712385e4984198af393bc4b164fa60 0.00 MB 1 0
77,332 77,332 000000000053da78d41b42c2425d41ae5dd319f95b32b2c11cae526976690f0c 0.00 MB 1 0
77,331 77,331 0000000000114f60026bc24bf6d28216402f343dd31606e7488f99e3a548f548 0.00 MB 3 0
77,330 77,330 00000000001de7325657f29c88be213d15bd383cbad9fb123b3289e689c020ba 0.00 MB 1 0
77,329 77,329 00000000004a55fedf76a4356d16ea22165675b670725202f075fd02bbdc0dae 0.00 MB 1 0
77,328 77,328 000000000009f64c74c4092137e8bbca58b19a83a228104ed9135c5355cf6d54 0.00 MB 1 0
77,327 77,327 00000000002d7301e846af4bc984543a84c3c931f524cb4dcd2f55b870ad7676 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.17 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,170.76 GB sent, 114.25 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.