Memory Pool Memory Pool Refreshing

6,614 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (108,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,490 799,490 0000000000000000000528d1662a4437fab2fe1331676092ca85b32e6254ffb7 1.42 MB 2,250 12
799,489 799,489 00000000000000000000d819252f3ed0e0e884df28d866075c266e73ce726385 1.47 MB 2,934 6
799,488 799,488 00000000000000000000abed6825e154e60240334ed4a2a51ac62372c2a171df 1.64 MB 3,745 12
799,487 799,487 00000000000000000004f0d5d7b4c77890dd90d102e1e89968133b592b0b3438 1.65 MB 3,359 13
799,486 799,486 000000000000000000021be42b3a68e48e506fe1d030f5d69accf35fbb9e2ec6 1.75 MB 2,582 9
799,485 799,485 00000000000000000004674999f3531f3a7bc483f5788fa8dd81ae3fc830b1a1 1.58 MB 2,774 16
799,484 799,484 0000000000000000000145566623a6fe2bbe92fdbbb5d3c34e4d5fcae81d025f 1.74 MB 4,444 6
799,483 799,483 00000000000000000003c7a96326810de999b4add84b1fca58009469af15dbb4 2.08 MB 6,648 5
799,482 799,482 00000000000000000004fc6c2be453e46cec22e17afbf0de3b01c8174c9caea9 1.89 MB 5,115 7
799,481 799,481 000000000000000000006cec05fd6b1c17e2f8889e20d36d57e62239c91f4a48 1.65 MB 3,136 11
799,480 799,480 0000000000000000000362df3bd329f0c2321b33850a1eb6de27c33f1addb0df 1.38 MB 2,230 12
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.