Memory Pool Memory Pool Refreshing

5,254 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,262 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (36,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,534 871,534 0000000000000000000244b08cd3e55e0347f44bd3f98da455cd886f9888bd11 1.70 MB 4,825 12
871,533 871,533 000000000000000000002d9f080d90041fb8cbfc7dde513310b917cc42a4b063 1.68 MB 3,987 14
871,532 871,532 0000000000000000000214cd05610a806f90f03249425ad00bb842a2d9585e9c 1.65 MB 4,235 22
871,531 871,531 00000000000000000000f9c407bca16ef70cffe3b8fba4b30b4e5fa05d2dd66f 1.61 MB 3,846 25
871,530 871,530 0000000000000000000192e87deb2b39cd0a63c324aa546c41643301ba5b4b57 1.55 MB 3,265 32
871,529 871,529 000000000000000000028d4c2144df3c029c8bd3683b6b7b7af0c5ed53ca9fc8 1.61 MB 3,942 30
871,528 871,528 00000000000000000000dd788bad09ca778031f8058406afa9229deb165d3b80 0.00 MB 1 0
871,527 871,527 00000000000000000001c2c0704749702b86a9d59d9c68517abcf2288b0ef99b 1.50 MB 3,715 41
871,526 871,526 000000000000000000018b0e9b3be10a822ddf199bce69d5f4cb2b009d32717a 1.57 MB 3,716 35
871,525 871,525 0000000000000000000037c7eb7acd8496918479f08c59002fb9493c1e01a985 1.53 MB 3,719 38
871,524 871,524 0000000000000000000173b939e72ea06b66342fbe271392c0b410c8a7b4d7d9 1.57 MB 3,859 39
871,523 871,523 000000000000000000009d7e134f37ad89d1d09c911dc053652cb8971704063e 1.52 MB 5,582 36
871,522 871,522 000000000000000000018c8289cd0fc4ccd29e9b367c9eabc057db564ca9b7b8 1.51 MB 6,038 38
871,521 871,521 00000000000000000001fccf25dbcd0fb56b92d2d58af12aa5ee5ad123d1e0f8 1.47 MB 5,596 38
871,520 871,520 00000000000000000001783d04b461ad2914a41c47105a27cba6c24dfb94042a 1.44 MB 5,701 31
871,519 871,519 000000000000000000023cd397a25404bb5a41e2a68c5737a9a5740433fb6ef9 1.50 MB 5,428 37
871,518 871,518 000000000000000000001f00a3fd53753c802b7ebc4302b4e0fc4a13eb593db2 1.45 MB 6,467 36
871,517 871,517 0000000000000000000207055332ba27ba02ed85761a35ad7599058068154cd6 1.48 MB 6,245 43
871,516 871,516 000000000000000000004358bab75be910a4a545dacbfdc90c897efe2e4b36f3 1.40 MB 5,272 50
871,515 871,515 00000000000000000000e34bd02ffdd903983d937d58b59f173f1ed4aef6146a 1.47 MB 6,928 16
871,514 871,514 00000000000000000002092d46ad68123f9a890fe02f8c63bdd9a2adcc8d8775 1.54 MB 5,334 12
Previous 10 blocks ↓
Total Size: 769.13 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,631.77 GB sent, 93.57 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.