Memory Pool Memory Pool Refreshing

6,989 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,632 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (38,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,495 869,495 000000000000000000024b98f38e40451a340418f2fba0b04687e87bfb35a85f 1.60 MB 3,096 5
869,494 869,494 00000000000000000000c3a4a2b7a4e08420d8cd4ba014d6a4283c6862a3b6bd 1.55 MB 3,020 9
869,493 869,493 000000000000000000026a747384f6543d0edc7c50d42dc36c2a000a7b487f3d 1.54 MB 3,524 7
869,492 869,492 00000000000000000001b334f3eed4a598797e876ec24f911d93289b55f5b3ca 1.48 MB 3,396 6
869,491 869,491 00000000000000000002225b1097d6fe5f42a32b7ae7bf63138a168f0ae4ac84 1.81 MB 2,899 3
869,490 869,490 00000000000000000001fa3f9a09946c3ed64657ab9719241e7e65da8760f720 1.65 MB 4,138 3
869,489 869,489 000000000000000000029919d1d66a10c6709739f771d4cb41e2e189fac06d09 1.37 MB 3,268 6
869,488 869,488 00000000000000000001af38bc423ce2deb4d56e384ef78b6bb8c2d7e3dbfa14 1.43 MB 3,790 5
869,487 869,487 00000000000000000002a05678f55c510c13e741e46b953b6ca53f4b2e75b505 1.68 MB 2,174 3
869,486 869,486 000000000000000000010dbbedfc96e49993641c051451d62cd2dc1d584e69c5 2.09 MB 1,848 3
869,485 869,485 0000000000000000000149611451067b7cfa98f3488c04410c7d19f01b7aac0d 1.60 MB 4,283 5
869,484 869,484 000000000000000000014c1e5c00ead9b40c066cd55236113cb77fd9e02222e0 1.91 MB 3,709 5
869,483 869,483 00000000000000000000c3c7f89b0bfda5b29b97bece22aa6b28ea79039f9fac 1.61 MB 3,604 9
869,482 869,482 0000000000000000000000c40e3e619cc6f40134d521b70e15ddd7d8505f6fc7 1.60 MB 4,134 6
869,481 869,481 000000000000000000015a1e8def27e3cf3d04276a27a54294202a8c7c5809e8 1.59 MB 4,049 7
869,480 869,480 00000000000000000001dab603e477ee5076e435cfda13f4bc2ac1f7f5f11ddd 1.63 MB 3,445 7
869,479 869,479 000000000000000000010186ae163e13b25d0c60eb4c61d61dfd3cf3b1821db7 1.66 MB 3,238 7
869,478 869,478 00000000000000000000c60abb93623f647a84715c51e07657c91ba3fb93576b 1.82 MB 2,993 6
869,477 869,477 000000000000000000020fe93e2e999c1948c8b9bfbc6e2768ca453029361cc7 1.57 MB 3,163 8
869,476 869,476 00000000000000000002499818950aebc940415638b70acd71b74bed68c9b02a 1.49 MB 3,326 14
869,475 869,475 00000000000000000001f2ee4313daf705e18ec9d6c5944821545b6c4a962347 1.51 MB 3,664 4
Previous 10 blocks ↓
Total Size: 769.28 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,635.59 GB sent, 94.35 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.