Memory Pool Memory Pool Refreshing

1,355 transactions
0.40 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (827,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,442 81,442 0000000000071070d997d5af1cfdb480702b56ffa520e8033dcd00d4c93c7df3 0.00 MB 2 0
81,441 81,441 00000000001693302c19e2b83316b27f0a44eeeeaeed55ccb65cb905a39d2cac 0.00 MB 1 0
81,440 81,440 000000000044e3434b1750698b531482aad5a01294cce10249b7e459e48f3e2a 0.00 MB 1 0
81,439 81,439 000000000025895fa6240b952ccba180e46e968d17bb8fea70d142282843254b 0.00 MB 4 0
81,438 81,438 00000000002fdbf476311316567e8ec96f3a81619f09027f1cd4186969a115a5 0.00 MB 3 0
81,437 81,437 000000000034f0bc317cfd390220748bd604d9e917e92ebe3c8ea2eec14dc028 0.00 MB 1 0
81,436 81,436 000000000040f3e63a9c5eadd851aafa34c865e823afa3cbd199a55729597928 0.00 MB 2 0
81,435 81,435 0000000000413d96513dd63dcb84b8e98791d203daad3a06b147f1a7a39b7bd0 0.00 MB 1 0
81,434 81,434 000000000028c6130edd82441d54929b9ee9a171065e2e7fd11144d873056fd3 0.00 MB 1 0
81,433 81,433 000000000041f8030c3a4720e557b72d72659f127eead25c3ebfa81f7c5f30fb 0.00 MB 2 0
81,432 81,432 000000000006328d5ec0222bb71362bdb32a90e04be9769036ef63af625b39f5 0.00 MB 2 0
81,431 81,431 00000000000c3722532a18db9281afe5524331269391cbbe33f22a754e194e87 0.00 MB 2 0
81,430 81,430 00000000001af9f2b6f5bd17cb11221c939dab6931228b9399b143bc2bfd953f 0.00 MB 1 0
81,429 81,429 000000000017e6688bd20cf3f72ee9d741e286248d66b42c9c7f0ae54ed195c4 0.00 MB 1 0
81,428 81,428 00000000002d5df7f5f3ac7459eff5723ac6267ea7892b54850fc99e3772de31 0.00 MB 2 0
81,427 81,427 0000000000303adb24181070afec5aa65e1c9d067bca02044964c7583b751c6e 0.00 MB 1 0
81,426 81,426 00000000002a950fe15f53be53b935d2309adbcfb2c7619ef18be9dffc836697 0.00 MB 1 0
81,425 81,425 0000000000179e64de8e4cab7177488e1935878d165f0edafb84ac67f3e11fa5 0.00 MB 1 0
81,424 81,424 000000000042836ca2233fe86deeed4be584ff6dae65da698bb8aca3d1426e94 0.00 MB 2 0
81,423 81,423 0000000000018a448604a502c083c4b260d407db6abe0c97a7bb526d2ea44b74 0.00 MB 1 0
81,422 81,422 00000000002e0b2b02f99bf005fde08564a79e516a580e455b8345b5101f9337 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.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.