Memory Pool Memory Pool Refreshing

2,176 transactions
0.73 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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (108,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,479 799,479 000000000000000000047780eed7aa55d7a1862d909f32a422284287f3941e22 1.34 MB 1,777 17
799,478 799,478 000000000000000000015a0ce28d9ccc07379b1fb5c401ec4ae3752ea565f4f3 2.01 MB 6,101 5
799,477 799,477 00000000000000000004257d9b4533f5a895122ca17714609c9829b2910a80eb 1.59 MB 3,296 10
799,476 799,476 00000000000000000004795f06cdbc5dd8075d853f75196579599c4eedef9880 1.74 MB 3,661 12
799,475 799,475 000000000000000000042ef1790e983d9515d55e3ce19393694c0e2467d59622 1.63 MB 3,736 10
799,474 799,474 0000000000000000000494e6b51ac097c50dbab0e1cf5cc3ea21f54b8c6fbce7 1.58 MB 3,579 13
799,473 799,473 00000000000000000003ca903e57904199d63870eb809a12a5f37ada835f8337 2.11 MB 6,518 6
799,472 799,472 00000000000000000004f02b98a9b90b002f214b175d2b8bd66c1c2ddd709c10 1.82 MB 4,805 8
799,471 799,471 00000000000000000004edd20188afeb04e63b9f5e431f42784cebe02e2bd385 1.75 MB 4,068 9
799,470 799,470 00000000000000000002a9839c7a59843338c5ffc727aef06415e9f35d76bdc6 2.10 MB 6,313 6
799,469 799,469 000000000000000000001b8a9907bbf4eb3d24a45a25e0aefa01c55fb663b001 1.73 MB 4,296 8
799,468 799,468 000000000000000000010c39b413488feedde3eebad611f9912b54346d9471bf 1.41 MB 2,565 8
799,467 799,467 00000000000000000003f88f8b52922d344824d8214285eaab0b8bd1e3c58695 1.90 MB 2,115 8
799,466 799,466 00000000000000000002d895008291a11d36ab81ef90d3b84a9eebc2a28adfac 1.67 MB 2,805 9
799,465 799,465 00000000000000000001c60a472f5e575f126fcdd14902d31893447e21f9cc05 1.36 MB 2,384 18
799,464 799,464 0000000000000000000292daaa372d3794f4c1b155f17527a5d62452b483a4ec 1.68 MB 2,756 11
799,463 799,463 00000000000000000004a21a4dab6478137fdf0afb55615160ee5e06bad57241 1.52 MB 3,138 19
799,462 799,462 000000000000000000046a2ec5693d44698f39f74b314eed0cc1eceedadac771 1.42 MB 2,159 14
799,461 799,461 000000000000000000048efa6021998a745307dae098fd0a8cef62995fbbe42b 1.39 MB 2,910 18
799,460 799,460 0000000000000000000145b5929bffca81ae56b8dae2f04b2cbb9efa0726d2d4 1.39 MB 2,707 16
799,459 799,459 000000000000000000002af2293a6e44fc038bc50fcee4f2f39c36a2e278de8d 1.42 MB 2,895 24
Previous 10 blocks ↓
Total Size: 769.47 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,646.27 GB sent, 95.30 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.