Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

816 transactions (0.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,260 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 816 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,259 (821,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,307 88,307 0000000000122eaa924600627ae6796ab6efbb18fdc40e990488cd1899ccd9dd 0.00 MB 2 0
88,306 88,306 00000000000d668b6d4cfbee05e0a065b07d2e6c34418d5128d24a35bcac5da0 0.00 MB 1 0
88,305 88,305 0000000000027b00270bd00458d1f719e2ed4c444de504e497b690ee434cb57c 0.00 MB 1 0
88,304 88,304 0000000000199a680beedf81f528657d3ba7d8c66c7b7c54e59c16a596f0d8dc 0.00 MB 1 0
88,303 88,303 000000000017bee1072e326d292d5145b571367d2a819dec9f28682850aaf18b 0.00 MB 1 0
88,302 88,302 000000000019426976ef92a7f06ae3c2cefbe2633a0eb31e759436270cd21eee 0.00 MB 1 0
88,301 88,301 00000000001c741589299f02e5c2f0b3037b6456fe3f13967d88d003f50324ca 0.00 MB 3 0
88,300 88,300 00000000001dd476950393d78d77faf25df9c41c846015be9ef106c42dbc50b9 0.00 MB 1 0
88,299 88,299 00000000000ba211fef6a8f89021713168b61d9231663e79ecbbebead890a47d 0.00 MB 2 0
88,298 88,298 00000000000fe303586929fa7e43b7de8a4fd4a40b630e8868421d0a1d065ae7 0.00 MB 1 0
88,297 88,297 0000000000095838af0566dd6edbc69958f2dbb76b93e7bb8fd03d6df6d73323 0.00 MB 1 0
88,296 88,296 00000000001ca4db5bc236575ab267299842b443d64b2a7d88c236551009f5a2 0.00 MB 1 0
88,295 88,295 000000000008f6ccd59d139a66ed9b3aa93895ba8c44b2fb510d4843ef3a4515 0.00 MB 1 0
88,294 88,294 0000000000011515f8fc618537363e32ba034fdf3780a6fe362c08d555341588 0.00 MB 2 0
88,293 88,293 00000000001af024d6e95cf27f9ae012d3ea1e374582051cc147e470afdf8a2d 0.00 MB 1 0
88,292 88,292 00000000001e5c94df9e10c0c6ec5f484c32f9b539cd5838ee9e8b9c938278b1 0.00 MB 1 0
88,291 88,291 00000000000b81a5744328f34d8edf10ae498a2d0bcf2dc407c67b7930a92d87 0.00 MB 1 0
88,290 88,290 00000000001070b6bcacb2e8771c883953eded25681b072dcecfba38cdc8b13a 0.00 MB 1 0
88,289 88,289 00000000000032ada425ac165bd292720a1797193a29c259f5efd68398fb3150 0.00 MB 1 0
88,288 88,288 00000000001360117ceaacacb1e407f32a80454a53c11d7ebbb97b4847621fa1 0.00 MB 1 0
88,287 88,287 000000000012098596affd90499b4c3a4f1734eb602a7f995d7064d618e6873f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 2,220.75 GB sent, 117.97 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.