Memory Pool Memory Pool Refreshing

6,929 transactions (1.83 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,834 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,220 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,833 (861,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,205 47,205 0000000016c0f40df3b7cd2b4a36fe30c6c6d4ea657cf04d0bc08ddc901de419 0.00 MB 1 0
47,204 47,204 000000001ea53c8554a2e869c2aeb0c85339b4b622f51f6057c14469b27bcfbc 0.00 MB 1 0
47,203 47,203 00000000347824ddc06edd0d52be8776d4903a3a57941bb76f3acbf2768127eb 0.00 MB 1 0
47,202 47,202 000000001dc55682912bfa6e9b7ce081e347bbe82ec8fbf6add0eb8ebd73d3ca 0.00 MB 1 0
47,201 47,201 000000001329aff70c8293b844b91413013a7b2a8c4cbef41c38e6abc2b178c0 0.00 MB 1 0
47,200 47,200 000000001b6b6f58e0471f4abb74bd3b2a5f3143f9714d519036a1565cef3ce7 0.00 MB 1 0
47,199 47,199 00000000196c23c8251777698ba6edce1a4d34ec144b826f4c2b15d7254d4cc1 0.00 MB 1 0
47,198 47,198 000000000dd64ece883ddb0f29ca039473e7a9ec9d072cfa58a366268b98ec86 0.00 MB 1 0
47,197 47,197 0000000007274be3f9979fa242c63af7c010b8cf8ac432c0d2c74b6977a38e53 0.00 MB 1 0
47,196 47,196 000000000e3d27031bf56411a95f33dd5c3247f605099a35566201597ed22ff7 0.00 MB 1 0
47,195 47,195 000000002f88a9984af4fb2a31529fba65d91566a0a36de62b88a166875d7cff 0.00 MB 1 0
47,194 47,194 0000000035ead8505563d6aa7a728e836bc1a8be59cb290768e8ac87a8afd6aa 0.00 MB 1 0
47,193 47,193 0000000027804e045f88a438946e77692b317a84e6d81a9c72e914ef6b30305d 0.00 MB 2 0
47,192 47,192 000000000204adc8e4ef9376691ac94769ebdfad3ab1593deac38c829b2fc520 0.00 MB 1 0
47,191 47,191 00000000080e8cd1d5fbc6f0b4aa9cc0213edfa28ae4215ec1d376c58d05d4fe 0.00 MB 1 0
47,190 47,190 000000003572ca15b3cb3bd62f3db8f8e666dbf726a9053382efa3e0607d9622 0.00 MB 1 0
47,189 47,189 000000002e4409e4c9ea33507e8a9c4a7372ad7e1c75b5a32a96d3091fe44834 0.00 MB 1 0
47,188 47,188 000000002fb4ebd5524e68975c4866986f18f47e7b1e4aa1f953104a75cdc885 0.00 MB 1 0
47,187 47,187 0000000010813b7df7d733aa19f0ea70d6e9d475c7da2a1b6f83e5b4582e9674 0.00 MB 1 0
47,186 47,186 0000000010cd92b5660ff14f75cb89ab4e8582622070b949345048a9261ca3ca 0.00 MB 1 0
47,185 47,185 00000000191d365d2c175bbe1884dbdcb0a449c48b5958ba41e3aafee3c325ae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.24 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: 1,858.15 GB sent, 103.30 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.