Memory Pool Memory Pool Refreshing

3,426 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,279 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (862,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,409 45,409 0000000032beafee04f2cb3d0d7ee3fa4252d4898e7309afc010b3463207c322 0.00 MB 1 0
45,408 45,408 0000000006b714c30c03aaf3699dfe6ddbf3a9cc338cfa32feaacf40b0c0fb64 0.00 MB 1 0
45,407 45,407 000000000d551ffe2084e41308357301e7dd71d8cd3d67fdf281f750bf7e02fa 0.00 MB 1 0
45,406 45,406 000000002524da177a34b478847f5a48b93b28f25f015755091022236e84dd36 0.00 MB 1 0
45,405 45,405 00000000281fd96867023506b2868bed0afc43e0823596b6586be7fd3a0404ab 0.00 MB 1 0
45,404 45,404 000000001762ce821a3bb7916a8a889f62726afe34c53308865c98402d9d8d1e 0.00 MB 2 0
45,403 45,403 0000000036bc6b61ab0f0145db19ec73f0592d166041baf20eefeb3f41e0710e 0.00 MB 1 0
45,402 45,402 000000000aac911301c1e39c047ff0f9a3b7cdae8e0112c0f8928d6fed559c0d 0.00 MB 1 0
45,401 45,401 000000000c81c0d1e13de7a5a088da8314986c05c76c378bc4de956171a35e62 0.00 MB 1 0
45,400 45,400 0000000025033d0805935a3944515d3a8ac149ba1de55c85074605846b3750c7 0.00 MB 1 0
45,399 45,399 00000000283fd4b241d004618497d701b56fddd7e888ec63575aeed71cc7ba0d 0.00 MB 1 0
45,398 45,398 000000001eb3c47ef5eea323f59251dbb6e7de38d48dc38280c71caf3f2f3599 0.00 MB 1 0
45,397 45,397 0000000036f9919a640a1379f4df923a9dbc9f357a059c80d85d5328adde4d82 0.00 MB 1 0
45,396 45,396 0000000012a1f07fb792c4dd00b0c2a0b27e5edd370433008bfa2ab18f0bbbc0 0.00 MB 1 0
45,395 45,395 000000003367e83563c60af6c3244812bce65ceebed4adaf64677cbaf5219676 0.00 MB 1 0
45,394 45,394 000000000fde0b5eb783762177c919031650597315ef7c5b15374f829d7e4d7e 0.00 MB 1 0
45,393 45,393 000000002269e8ad96b845def67b704183c5472d337c7c8196e6b80fd5d59235 0.00 MB 1 0
45,392 45,392 000000002ff28abd475ee5016c38757155535c47d9f3405f04b2ab1f8599f310 0.00 MB 1 0
45,391 45,391 0000000019a1cc5540ec446c3ef587ad301a5386a6bc366ae24fdc89d40a9df6 0.00 MB 1 0
45,390 45,390 000000001829f8279746baffd13c704a7557b9c4340b9a07be53435fa594ae8d 0.00 MB 1 0
45,389 45,389 000000001df56af06c035e8eab1810d08d9b40ffdd97c7de479e2f16dd6ebbee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.38 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,644.24 GB sent, 94.87 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.