Memory Pool Memory Pool Refreshing

6,171 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,764 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (367,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,079 540,079 0000000000000000001e11b3a277b77fe85c4626909dcb7334844d5c0562a2c1 1.13 MB 2,439 32
540,078 540,078 0000000000000000000f22d2f9a7cf44a6acb16d359d1e03e596acb74483fce3 1.13 MB 2,427 29
540,077 540,077 0000000000000000000d115901d71954df206eecef0f07cca979beb3de057199 0.00 MB 1 0
540,076 540,076 00000000000000000025775122d3b240d58fbfe4b561ed67ed4f8fb36cdbc14f 1.26 MB 2,613 41
540,075 540,075 0000000000000000002308be57d49bd57c5b19f83061d82fdafc8a96188d5f92 1.32 MB 2,526 44
540,074 540,074 00000000000000000026e7ef8a4210a63342c3b9e74c5b3f7577a44bdd43a31b 1.13 MB 2,659 31
540,073 540,073 0000000000000000000a9958a2cce20c7dacf1d99e9ef6d76ef00174f26131f5 1.25 MB 2,493 38
540,072 540,072 0000000000000000000f00d714638ee764feeb8ae63facde518e6487fea168da 1.22 MB 2,725 54
540,071 540,071 00000000000000000008c5b217f847377f3e761f534ccf80ed1ea5a8c404d9d7 1.25 MB 2,638 69
540,070 540,070 0000000000000000000c7c88c4c600cf40756b74c19720942df2ba4d6d5ad4e2 1.10 MB 2,428 38
540,069 540,069 00000000000000000025c0c971e7243c7d52025aa36a19091448c17bbe1f5fab 1.06 MB 2,294 23
540,068 540,068 00000000000000000001289fe92952030807097248b39004f3f72b0dfc434b94 1.07 MB 2,505 25
540,067 540,067 000000000000000000256264fc2fe23912ed6d5cccdb6820092b865d2553ba0e 1.25 MB 2,659 47
540,066 540,066 0000000000000000000351c02c6f6d794f5e8b574e220236a328d0df48e27b0a 1.24 MB 2,815 43
540,065 540,065 0000000000000000000015a901a3596076fede80928a9c51a283b127900037d0 1.26 MB 2,889 50
540,064 540,064 00000000000000000026c03f331b58f87657d9744e560f877f48eabadde6bb1c 1.15 MB 1,761 70
540,063 540,063 0000000000000000001c5d6d1f6e11cfdc97fdf3431a89b0716c71e4b5780a1e 1.32 MB 2,823 57
540,062 540,062 0000000000000000001bc052e0aded766c4c6d4ab07608530de4c19f004f1c75 1.19 MB 2,887 40
540,061 540,061 0000000000000000001619aafe9fdb173168a3195fbc95aeb8c061a4691bf144 1.18 MB 2,436 46
540,060 540,060 0000000000000000002129888e82086f064463e9ff7a1a19f5fe4fe9f160474c 1.30 MB 3,009 61
540,059 540,059 0000000000000000001783689bbd045601d90c39d7bdaa319ce7ac27b111535f 1.22 MB 2,602 51
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.