Memory Pool Memory Pool Refreshing

6,543 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,602 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (2,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,381 905,381 0000000000000000000190b2a6bb8a814517db053f5b8c5443ae7dd5b823d334 1.69 MB 3,670 3
905,380 905,380 00000000000000000001fbabd2fe16e0d327099ef5383daa7919508d28c76041 1.55 MB 3,931 7
905,379 905,379 0000000000000000000224ccadb9bc610db6629d760c6e29576412a153db1319 1.04 MB 2,359 1
905,378 905,378 000000000000000000007c7b39331f75f7186ada5bab2e6b78a79b6a6e4cb313 1.60 MB 3,747 3
905,377 905,377 000000000000000000000271e96131b0b14dbf2c1914e260da3d82e74700d5f6 0.94 MB 1,939 1
905,376 905,376 00000000000000000000c6bdd216c83a61995ed7f957e2d89ff8f4ea7853ee88 1.76 MB 3,627 1
905,375 905,375 00000000000000000001d25bdc3b577ae613f8be413cee640063d2f1a366162d 1.82 MB 4,206 1
905,374 905,374 0000000000000000000201fa2d9848b79b37115843c923f8415d9c2b792d179d 1.54 MB 3,508 2
905,373 905,373 000000000000000000011bf7ab2570d31a06721f6b75a2b01489513f395bc8f1 1.61 MB 3,689 6
905,372 905,372 00000000000000000001f9ef0f6d3be3fe0430259bdd40f7e01459f228b5ed74 0.35 MB 844 1
905,371 905,371 00000000000000000000375b0e6cb66f185fc28561062140654d9f589356e3ae 1.78 MB 2,339 1
905,370 905,370 00000000000000000001d0336f28363c36f1d11ba6737120bcc701cbfadcd63c 1.63 MB 3,964 4
905,369 905,369 0000000000000000000052b71931ebd49e1ed9e1b4fa45dadec36dd3f4abbc95 1.55 MB 3,360 5
905,368 905,368 000000000000000000010b000da83ed9bc0b794d39c530b5837cddc8b16efd94 0.78 MB 1,549 2
905,367 905,367 000000000000000000012b92bbd4ac756c56076072fc9c80680f172feaf49c40 1.29 MB 2,463 1
905,366 905,366 00000000000000000001cbcc19436258777060cb412d0738ac9d652f55ee45f0 1.60 MB 3,849 3
905,365 905,365 000000000000000000001288b24e76fce2931215212b7aa5f31e332bb79f4df6 0.79 MB 1,976 3
905,364 905,364 00000000000000000001f28a9f8c1ef3b553e62a57e7f6e350edfd1474dab476 1.74 MB 3,293 2
905,363 905,363 0000000000000000000081e2f14c5819e52717af3d35f4416c39eb64f21b3fbe 1.68 MB 3,500 1
905,362 905,362 00000000000000000000dd33d059b6afa367b8c1ee0c0f7850dce87addb0eb4b 1.64 MB 4,193 3
905,361 905,361 0000000000000000000015dd1997de2dc48501dd59653fa10abfae65c252c2da 1.68 MB 3,216 1
Previous 10 blocks ↓
Total Size: 769.25 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.15 GB sent, 94.18 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.