Memory Pool Memory Pool Refreshing

9,717 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,203 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (704,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,429 203,429 000000000000007112eff379bd004bc7253173cbeb597783c2dfb584d446e55b 0.09 MB 230 167
203,428 203,428 0000000000000187a17e936964268a91e89c3c596f5d1b5a16ff9d2bcf4380ce 0.05 MB 135 167
203,427 203,427 000000000000014efe6a948776670fbc2e7c59fa69f372c2f3b26253e5a71805 0.20 MB 284 92
203,426 203,426 000000000000033937eaf0c1be1e160b9d7407a41222fe456d384cf6321ca520 0.03 MB 36 21
203,425 203,425 000000000000020972f4b191b5bb9bdb7eda1fea41d0ac5540b962e55930a781 0.21 MB 550 162
203,424 203,424 00000000000004c1fb0ed92b119491221724e1eed4f494ce411c8ae4d3e0b4e6 0.00 MB 4 6
203,423 203,423 000000000000014e491019b6d1bae996cfc8add205a8ef4f98ec2fd75b5c0cfe 0.02 MB 63 198
203,422 203,422 00000000000004a08c4abc13ea28ede7a7f5b9d52aa00f9171a4e8043d282ccf 0.05 MB 117 163
203,421 203,421 0000000000000264d3376a8cf19523dec1e0c7749a9bd0981e1a5f688bebd8af 0.05 MB 127 29
203,420 203,420 00000000000000af44572eb582fa14237bc692f22fe9ac476d2cc6b57be95084 0.17 MB 373 172
203,419 203,419 00000000000001e4d8c59bf0160444ab6c3dfc9f65af435f40e74125f3fcf468 0.21 MB 434 184
203,418 203,418 00000000000003d270d3b6aa999b6e2f4169287dac7a3a38292628f44ee1e076 0.00 MB 8 177
203,417 203,417 000000000000026e79812e4a0c96775ed995cb28d054370c0e14954a2e77e05e 0.00 MB 7 76
203,416 203,416 000000000000034f58bf5d70cbdde1270b6dc570ecbf60df00c53b23d48506e6 0.03 MB 86 35
203,415 203,415 000000000000015e32e7c2638133858fc16d289dd1d3f8aa9e38e0a12cbd3033 0.05 MB 129 126
203,414 203,414 0000000000000364f2e8b1145f2532275c83fb95998c3e7eff7a0cd99ce2c701 0.11 MB 272 166
203,413 203,413 00000000000003ca72d0bbee1d02242ecdfe8524be05ae1f257dca989ae30426 0.00 MB 11 335
203,412 203,412 000000000000031cabafdaaee4519cb1eb83e73a28878865b0332ac44e1c5ce2 0.13 MB 336 145
203,411 203,411 000000000000007021f8301a793ff31ca32557944a082559b9a0cc8ec53e0517 0.05 MB 85 45
203,410 203,410 000000000000044d8b1337474a8a08e3b0165335e0d723de1be16b24f58ef4d3 0.25 MB 678 212
203,409 203,409 00000000000002e6b6d9f9c60e93a4316e822748f996a1a18199a10e9d281bbf 0.05 MB 128 131
Previous 10 blocks ↓
Total Size: 768.95 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,614.34 GB sent, 92.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.