Memory Pool Memory Pool Refreshing

2,749 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 952 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (766,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,198 141,198 000000000000068464fefeda4ecf5c413e88e9e82ecf09be8676a45a735104a9 0.06 MB 32 80
141,197 141,197 000000000000007b451690c6d91d03b00c8d270f9f72d9f3b24208bbc60b30d3 0.00 MB 6 126
141,196 141,196 00000000000005b19586ecdea2304845b9eb3ed92ba2e800054699c53bf0b280 0.04 MB 147 438
141,195 141,195 000000000000003dce467f9c16588931566eb8da306795e59ef8cfe321fad79d 0.05 MB 124 250
141,194 141,194 00000000000006ef7d5e8b24772fb5c110e8a34de6ec5eae5dcefab1b4dc598e 0.05 MB 121 108
141,193 141,193 000000000000011f3c537fdcb1d91dcd60319f37d0a43bdfafbafea998329bb6 0.00 MB 12 504
141,192 141,192 00000000000003db654aebaff7b0f7a26f39e2dd9f49e0a37e25a81254bf44e3 0.01 MB 26 47
141,191 141,191 00000000000006b7d76e1f34b84f181eb7e8abfb2aebd9cefd2898399e74999c 0.06 MB 148 215
141,190 141,190 0000000000000600f61ff9f04c58907afd17640170a9802f620fdb98f20cc0e1 0.00 MB 1 0
141,189 141,189 00000000000006c183f1ee504838cb3ec3d06fcba253118dbd365aeab1a350d2 0.01 MB 16 637
141,188 141,188 0000000000000930e27bf4ad3b097f7e2a4e24ecf98ab92e9dbbdbca9e14cf42 0.04 MB 90 291
141,187 141,187 00000000000008766db8c1aa2e9b26533ad2c8e19af7363d79eaa1aacaae1536 0.04 MB 99 89
141,186 141,186 00000000000004bf42855b02dd96d690a8ceddc3b5ed5c9b7f29874bf67ef8f7 0.05 MB 128 285
141,185 141,185 000000000000057947c7901acce6b20f01b132efd80f37a59957de16b2096040 0.03 MB 100 35
141,184 141,184 000000000000042b01ffb9677d4103c1c28d1c6192458a2c341e4b3922897cdd 0.05 MB 114 195
141,183 141,183 0000000000000296cfb21a5dfd87900fbed031987790ce17a08c85cc63d1fc5d 0.01 MB 28 74
141,182 141,182 00000000000005d10a4960b85ff1528cea3a453f27d13a98f29fd939542cb7a9 0.07 MB 177 153
141,181 141,181 000000000000039b5dccb5b6362d5481ff754001b0ac881e7c435d265e933853 0.01 MB 13 209
141,180 141,180 000000000000093c5cc390c4f9f44476af074ba4f6ede2eea5b7f9578e57a8fc 0.01 MB 25 159
141,179 141,179 000000000000051cb5edbee79903e14c571d75f7b9908a12194a0b4062fcb3be 0.08 MB 191 142
141,178 141,178 000000000000079d9f2312c4a55fd6e51ba306cb19b31274132795eedb678c9b 0.02 MB 60 153
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.40 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.