Memory Pool Memory Pool Refreshing

1,236 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,219 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (603,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,315 304,315 000000000000000042a9cc5c6688ec6d631510134315497d0c66ca49b408e424 0.07 MB 105 22
304,314 304,314 000000000000000040a9417ea81de12a46525ec7b1694c32d0056b1642aab530 0.56 MB 944 29
304,313 304,313 00000000000000004ed05d80f15eda680024076a9570bb6b9869c7eadd7ee49d 0.35 MB 190 15
304,312 304,312 0000000000000000015588484b4e2bbe985e29da8f3ad76d23ec25f102c2d725 0.04 MB 87 29
304,311 304,311 000000000000000054e4479c9475af7e19d7345a11605c85ebbc215d84390333 0.27 MB 432 30
304,310 304,310 00000000000000001542731021f5ad1128c94f3b6ecb9875f4e147795a5d8dec 0.09 MB 62 13
304,309 304,309 000000000000000064c94365e703679b64bce18dfe90eac363a9114c068ba571 0.13 MB 256 28
304,308 304,308 000000000000000012c6a8cdd595ce815589da8165bacab479725167f995b784 0.09 MB 101 22
304,307 304,307 0000000000000000426936a3f715122631ea63a3b5f78ad1703753c039990d14 0.35 MB 628 30
304,306 304,306 00000000000000003c480f75f57f5020cccbb485b9292f13b7b111b506d7f8a6 0.29 MB 365 21
304,305 304,305 000000000000000056c9e7b24b88b009339e539a15cd6504028c797565a9413c 0.35 MB 218 22
304,304 304,304 00000000000000000e2d4edb304dafc4221516a5855092bd138abd0ee9bf8eaa 0.35 MB 229 24
304,303 304,303 00000000000000003df60ae7fd04dcd1c46296db98942a680d7567fa5a527cb5 0.35 MB 201 15
304,302 304,302 0000000000000000284dd974754ad239cf4cdda7ce2e593b4b5aac4489708402 0.35 MB 444 29
304,301 304,301 00000000000000006147875f3dff28d2083e46cab83797db68d36964146ffef9 0.17 MB 210 26
304,300 304,300 0000000000000000447956d7d6c78a470b4753333e0add2a866bfbae9f200e7e 0.05 MB 20 13
304,299 304,299 00000000000000004417bd4f199abaed996014bab42c07d1ee8332ae3315dd94 0.22 MB 299 25
304,298 304,298 00000000000000000e53985141fbb669fdbee5a3d367c947ed85076bff92631c 0.53 MB 998 29
304,297 304,297 000000000000000048c06a0cc3db83b79a271f5070e353442ec3f30787a2f2c3 0.11 MB 95 12
304,296 304,296 00000000000000001f4525fec2daf383605ea98e009d3b796540d767c9710ea3 0.27 MB 309 16
304,295 304,295 00000000000000003a58b64d2b55674e66d4b5ff053e5bc1741552e2b2daad71 0.25 MB 782 43
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.