Memory Pool Memory Pool Refreshing

6,213 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,771 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (654,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,473 253,473 0000000000000041fab03510be52d3c982f5b74b76aa78fce69e3749f6cfd7dd 0.20 MB 460 118
253,472 253,472 00000000000000184e6bf2d5e44d2cc801e095f9949491db95ea3eb949e42f09 0.17 MB 357 108
253,471 253,471 0000000000000034653fcd47c8e55553a4c898c70bf4b77121382f0a53065c6e 0.25 MB 686 148
253,470 253,470 000000000000004bfd682c59868d3072ce8f0abe06ea6c61a9d47d82de75865c 0.21 MB 335 73
253,469 253,469 0000000000000034f626fb23de61f4ca1d0497e018a13dd5a1cce81423bb23b7 0.01 MB 25 8
253,468 253,468 000000000000002c69c6847e57c76ad6f1dcbbea654cb74980d5647b8f7ebe0a 0.18 MB 395 92
253,467 253,467 00000000000000080cc958e31f6da1b6f180cee946c94d35cfc560ee31748824 0.20 MB 425 121
253,466 253,466 0000000000000014b5b5565a73a9115041ef68ac68407534bb94984afc7a0565 0.04 MB 88 104
253,465 253,465 00000000000000195818ad1058bc3bf257bfe801c7c4fa5ef28543128f894c51 0.04 MB 90 121
253,464 253,464 0000000000000012bb381db6397d02dfe93185cf04828a8bf0f25b21675463e8 0.02 MB 47 91
253,463 253,463 00000000000000277180ce2abff80f1d913115d209fc6e48ec7812818afb5442 0.11 MB 214 103
253,462 253,462 0000000000000015888d90188b78ead8602a91adf599b48bf4fdb5fd262074af 0.13 MB 333 107
253,461 253,461 00000000000000510a2e5cb0cae69154a142722f1265a9418cadb6d6788ae201 0.04 MB 128 172
253,460 253,460 0000000000000039c448a5ffa9b8f887a1ddbb856db50a7c1cf612814fa91397 0.14 MB 362 114
253,459 253,459 000000000000000a79110851ae87133747e69f466607f976a69859c90ec596f9 0.05 MB 124 141
253,458 253,458 00000000000000149aaf425cab47f5769e9fd060fb7d75511622fb4583ea2143 0.06 MB 124 86
253,457 253,457 000000000000000ea0ade639db07965fef39e011aef1c2745a30ab0bbabe68c3 0.09 MB 200 107
253,456 253,456 000000000000001fe23a29e954a4c1660373da7e1b54b371e298d639661489e4 0.15 MB 338 90
253,455 253,455 00000000000000092dc9f4b74fb05051e7bb3500bd10f3e19ec338378b3ab41d 0.13 MB 256 51
253,454 253,454 0000000000000053f5f896698d8365d4ec4d2a1a62b58cd797c93e871d8d88f8 0.19 MB 318 125
253,453 253,453 00000000000000259b4ed3cdb1d49bd80dab34d1ad6e047620376caa7e89ae34 0.05 MB 130 139
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.