Memory Pool Memory Pool Refreshing

8,445 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,356 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (392,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,595 515,595 0000000000000000004f7ea4f717cfbc2ec05aed3f9d5d7549a296bee55e0f38 0.31 MB 624 12
515,594 515,594 000000000000000000093061b99c1eba430a88c0d1b9cf99759d3b5ed5b96d27 0.27 MB 596 42
515,593 515,593 000000000000000000076ebbae2958ed313e980a903307e31d81b1e7716f66bd 0.41 MB 903 24
515,592 515,592 000000000000000000400485645000acf2758921c5aeb19b900d20b4d7c89aaf 0.37 MB 426 9
515,591 515,591 000000000000000000410dfed75a6676847a7fe60bff39f56dfb7e988e2d9a86 1.02 MB 276 3
515,590 515,590 00000000000000000001aece58139370fcd6d5c558754a86f14eb3a7cda20d49 1.16 MB 2,259 5
515,589 515,589 000000000000000000482a28561697b1ac4017e15cfca047bb3350ff1abb48ca 1.14 MB 3,066 35
515,588 515,588 0000000000000000000f3ee50574fcf713b47a494cf677a170737915871af1bc 1.12 MB 2,156 27
515,587 515,587 000000000000000000137bf7180a5cf56d1c41233632296d9de3af92f8b915d9 1.12 MB 2,142 25
515,586 515,586 0000000000000000001b45d00f9c7228b515f3559fc55b5bfb969cca1694df59 1.17 MB 2,357 38
515,585 515,585 00000000000000000045b1d3b5e005cf11daea87a70e053e165f6262789f4f77 1.16 MB 2,449 56
515,584 515,584 0000000000000000001ae6893a0b0ff9e2a66be95bb3d3cee5f45bc558b86bad 0.76 MB 1,118 35
515,583 515,583 0000000000000000001c3c54bee3f25e544fba86e725922ba19ea192270ea799 1.18 MB 2,402 29
515,582 515,582 000000000000000000430f748ac579ab64e773737570b3648cfb6e7fc0179cec 0.34 MB 700 48
515,581 515,581 00000000000000000038a8f827e23a110878f30524f858e20750c537c28a6333 0.80 MB 1,326 9
515,580 515,580 0000000000000000005031ca429fa486af86308a656b912936700ebdfc19f4b2 1.15 MB 2,508 18
515,579 515,579 00000000000000000045276425a63cf6085197a5755bb8de562b09c826768f92 1.14 MB 2,679 13
515,578 515,578 0000000000000000004d88c5c1110d664803123a4018f368396bfdaa949030cd 1.17 MB 2,887 41
515,577 515,577 0000000000000000000cb22f945a15b35c859d2f0f92aee818954157db54be28 1.16 MB 3,037 45
515,576 515,576 000000000000000000266c27f30281dedf95a45599b1839755e03ecbf002bc79 0.33 MB 742 31
515,575 515,575 000000000000000000085624212b491c175ef7191136596cf722ce2566e353d0 0.81 MB 1,579 26
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.