Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,080 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 2,066 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (267,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
643,381 643,381 0000000000000000000bd35da4643d0f660777abaafd04ec09aaa533ee34b87c 1.22 MB 2,446 100
643,380 643,380 0000000000000000000baa86ab31bf6097018dcd9d689309c11c6b44d2011858 1.25 MB 2,090 114
643,379 643,379 0000000000000000000b1e4fe394d646305fefaf1701509dbcdc66a946b9bbd2 1.22 MB 2,382 92
643,378 643,378 0000000000000000000d571bc17d9806290e0779ddfc3a700e386b3f47859424 1.33 MB 2,712 120
643,377 643,377 000000000000000000057a1248d5444a2ca0a8e9cc22c7d5e2647587e75ee019 1.30 MB 2,434 132
643,376 643,376 0000000000000000000de80a554a2cfe65138a054d89f8a442a30d2be7dbdd3b 1.24 MB 2,364 147
643,375 643,375 0000000000000000000b6735d9806ef12cc11015ffef25a719766336eb871bc9 1.25 MB 2,884 150
643,374 643,374 000000000000000000106344f50922ed7d582b9c21293db442b1c5f2cc4b48b9 1.55 MB 1,901 30
643,373 643,373 00000000000000000000e68f0fb786c921b4c46faf9bead7d7239dd994c3f024 1.33 MB 2,637 81
643,372 643,372 0000000000000000000d32426612c277114cca74dc971f825f735bac083644f4 1.72 MB 1,445 27
643,371 643,371 0000000000000000000c01cc676c7680f2a1bea1af68f383c02aaef0660ff646 1.33 MB 2,453 50
643,370 643,370 000000000000000000009f3711702caa34d54cfd908f3bc8a1795784a6e59d0f 1.30 MB 2,647 80
643,369 643,369 000000000000000000060e123c16b05dfcfbbbb91a5cd70a97d70be016fc6796 1.25 MB 1,420 41
643,368 643,368 00000000000000000000d432d08e8e302e6248619f12c37835b1225fb0944dbb 1.31 MB 1,950 117
643,367 643,367 00000000000000000005a5f461b1e6b9a4c69b4e0aab539e1d1d62d6a6803d91 1.44 MB 1,345 28
643,366 643,366 0000000000000000000cc89119670a1000132151066a268d3480dae424d00498 1.19 MB 1,854 11
643,365 643,365 0000000000000000000d152008908ea423c0bf01fecf4d842f08d686c683eb3a 1.37 MB 2,348 115
643,364 643,364 00000000000000000002821d91301157d3e62bab75d45647563e898c974dc48c 1.24 MB 1,639 36
643,363 643,363 00000000000000000003c7e56ef24106806a4c4f9390999b8d512b1082ec8751 1.12 MB 2,106 10
643,362 643,362 0000000000000000000d8b6196fad640ad7dccf517305ab2661551b385a98485 1.31 MB 2,636 75
643,361 643,361 000000000000000000008ac06df7fda1236e2c8f4363c815fc922d4a6f7a3943 1.24 MB 2,143 35
Previous 10 blocks ↓
Total Size: 775.92 GB

Node Information

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