Memory Pool Memory Pool Refreshing

2,360 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,351 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (18,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,298 889,298 000000000000000000013708239553e341468bcee73fbd4a9ec9ceb0f889f12c 1.73 MB 4,589 2
889,297 889,297 00000000000000000000e5b52546c5493935ced58016aecb4704caf387951d96 1.61 MB 2,878 3
889,296 889,296 000000000000000000013f99ad1ff5d31a0209f4d1af26100b89e60265c2259b 1.56 MB 3,235 2
889,295 889,295 00000000000000000001ae9611fc1b2ceec52992e3d37f050ad05d177a76970c 1.61 MB 3,850 2
889,294 889,294 000000000000000000011dd124635cc82c04a0186972538f79ef0a5f80377299 1.78 MB 4,841 2
889,293 889,293 00000000000000000000f210367c10e1bb17e3fa8ce7af2af27352af5e9bd61a 2.03 MB 4,466 1
889,292 889,292 0000000000000000000104f2b0588749eef88f42255314b57d13e26c5680b8c5 1.25 MB 1,506 2
889,291 889,291 00000000000000000000ad292cbdaef179c44f503f491aa5a44184f36b5af8e9 1.58 MB 3,146 3
889,290 889,290 0000000000000000000114ea5b2da2112703dff2101e7b821a1af84edef07f53 1.57 MB 3,241 5
889,289 889,289 0000000000000000000147a23ffc4e87358f1ae98303423e3634821eda62c0d6 1.64 MB 3,633 4
889,288 889,288 000000000000000000012b8a8a8272eeac5d0bc5e35ccf90e427c0fdd56a8c10 1.52 MB 3,314 4
889,287 889,287 000000000000000000017978e21953285727d9defee410901b5737d7410fbffd 1.75 MB 4,302 2
889,286 889,286 000000000000000000013aa432dc219585856a7f821e9459e1ab2a901dd3c56f 1.02 MB 144 2
889,285 889,285 000000000000000000024596122b80fc93b4e12fc23acc94a9aa70f50b657b4e 1.52 MB 2,958 4
889,284 889,284 0000000000000000000231f1e1d73e8900d103d723b5eccd1d1ab4da4f20a0f3 1.36 MB 2,063 3
889,283 889,283 000000000000000000005ee3d7fa00aef9845444e5b08b839f83fe0c530be676 1.19 MB 445 2
889,282 889,282 00000000000000000001b85143ca9382275546c5298c566222fe4bc3b5ab2bce 1.23 MB 1,103 2
889,281 889,281 00000000000000000001ddd51947fc2dbe789e655b89bbbaa4170deaba00027a 1.62 MB 2,615 4
889,280 889,280 00000000000000000000d2085b1865b3da556065469ff98081f1000dd8586f81 1.57 MB 4,049 6
889,279 889,279 000000000000000000018af869c5a6fe7014ecceaaf567383e7a8ab56d3077d2 1.57 MB 3,162 3
889,278 889,278 000000000000000000023bcb004fe9ecd68ee4ad8bee22b8cd047f3990419960 1.56 MB 3,876 8
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.