Memory Pool Memory Pool Refreshing

8,312 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (680,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,407 227,407 0000000000000327844e78a2273a537941c222d19b7d6b173cb4ffda90e71f33 0.12 MB 320 207
227,406 227,406 00000000000000be80a6195f3cf44019a813679a7a77fdb36130f4564d6bcafa 0.11 MB 238 153
227,405 227,405 000000000000009f93661c562d96e0fc472ad25cfe4f4171a46e16f86aad3227 0.11 MB 291 196
227,404 227,404 0000000000000230ef30cf8d77aac67d271ffa7f1f6bd91d9657ebd4ca55ac55 0.10 MB 122 88
227,403 227,403 00000000000000277e2d67e74ed3912a2837feec59af2b0a935f493b902a946d 0.21 MB 543 207
227,402 227,402 000000000000009498243172b97be272b67881c720f8761414fa0fc526a81b5f 0.15 MB 185 120
227,401 227,401 00000000000000b7ba51dc00e34ae0e5c583943754d600b63c9fcd873614c64c 0.20 MB 457 173
227,400 227,400 00000000000000ebb2db29171fa803ea82c37efeba92c19547d7a48399d25c49 0.00 MB 8 45
227,399 227,399 00000000000002b5ff5930a3bac22be8e1676de1e987ec1bc033bc0dc398e381 0.13 MB 271 140
227,398 227,398 00000000000002e6682ce88754b92de64420790c1e48b1550bcde678767c067a 0.17 MB 290 140
227,397 227,397 000000000000013629379c31de97d59769c9bde79d300f8a90c5d8bc60370dc2 0.23 MB 418 149
227,396 227,396 00000000000000bcecf9aec20d170cda1734a8ca076ac343a80e1096fde7e8aa 0.36 MB 915 234
227,395 227,395 00000000000001ad32844e046cc8c0f3b78f67a79886992961a802b1ef738331 0.00 MB 1 0
227,394 227,394 000000000000025b4feeb4b165537aeb7fe537f341440f89f952091b5bf6f646 0.05 MB 128 71
227,393 227,393 00000000000000e42ebdaed7f27dc3a0fe5fc6cd8dc33cec8f5aa8eb87b3c6be 0.25 MB 523 161
227,392 227,392 00000000000002499995ca3d05e44dd37777b0bdb2639bd6c1fce96ccb71ca82 0.50 MB 1,478 320
227,391 227,391 0000000000000196542c85f177d1ad3210c73f5e3b305541c64bb0d5fff1ceb6 0.26 MB 693 254
227,390 227,390 00000000000002a4fac8802403c54449dcfa74845a13c242bacb3058fc6b12c1 0.00 MB 9 14
227,389 227,389 00000000000000c4fc9eec0a8b31a0191af846816b8328c6e024e4a170e94d96 0.22 MB 626 139
227,388 227,388 00000000000000f5fc9d299663fb85a1ca10132b575ee514dbb52e9cbbf9cc8d 0.32 MB 685 175
227,387 227,387 00000000000001d838f0abf1bd733c990f64aad75b5fb8af90b24a51c8dd9249 0.11 MB 191 25
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.