Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,605 transactions (1.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,380 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,129 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,379 (822,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
88,286 88,286 0000000000066d7d9b2309d87a55b4f0e0ed899fcdee1254eda4f9375bd4f6fd 0.00 MB 1 0
88,285 88,285 000000000002db7f5d76c8c6f8101959bb2b5707a6f2f007e3922fff6571e6c1 0.00 MB 1 0
88,284 88,284 0000000000147087b1f90eb6936d5da56762f9b4cbef587cd48c82881b182212 0.00 MB 1 0
88,283 88,283 0000000000084b69304838ac7420327309ba666d67c024425794ef446a52a155 0.00 MB 2 0
88,282 88,282 00000000001d7f5ac237e198c614940074b997924e59d8ceec47b4eee1f82145 0.00 MB 1 0
88,281 88,281 0000000000042b8a46c07130eb5c6779ffa812b08c490d936e41d56e9989df6b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.10 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,233.65 GB sent, 119.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.