Memory Pool Memory Pool Refreshing

2,001 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,530 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,991 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (860,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,337 48,337 00000000330dc54bec52ebd05d0842b3fd21aa9477673cb31f5be3972ca8a776 0.00 MB 1 0
48,336 48,336 0000000031b65bf99956155270e77f4b64ce7bcdb89949d13aac651eebe4db2f 0.00 MB 1 0
48,335 48,335 0000000002b2c183938bd4e38fb4d1457e60a5462043a5a42a8b4a0fb7a72205 0.00 MB 1 0
48,334 48,334 00000000155d4c02bdc9770e663a2ee2fd94d109463e82db16d187cf364fad22 0.00 MB 1 0
48,333 48,333 000000000094336ad705e3cb0fed3ff4e4885f71a1c01c753aeea3829ea5ccaf 0.00 MB 1 0
48,332 48,332 00000000364e6e1b1c0c7cd70c6bc3a829f474bf169eb07a8c6e39fcfd8d81a9 0.00 MB 1 0
48,331 48,331 000000002b1d59d3f08684286f7a9a4db75ed415a999916ff32b848582b6b13b 0.00 MB 2 0
48,330 48,330 0000000006e94115d60659c99f5b805f01e1a1e72b796e2f2126a94f3054caac 0.00 MB 1 0
48,329 48,329 000000001da2918d727aadfe0430627c3ea28025396fb090d0650e644222a373 0.00 MB 1 0
48,328 48,328 0000000022adc40bafd826a4d4f42dc4e8430c047725b2f5b1576acda50f9ad0 0.00 MB 1 0
48,327 48,327 00000000055640980400f48f97048bb32fc36e6a9496799ac9bef0dbd4c7f9b0 0.00 MB 1 0
48,326 48,326 0000000036ec1891ea342ac114983dc61a1c3a4e33aa926fd6f1e1148e9eb6fa 0.00 MB 1 0
48,325 48,325 0000000031f73788906907d2c4f2322da0d0d89373098cac9e92ed30eb8cb4a4 0.00 MB 1 0
48,324 48,324 00000000244a3f7e76889653dbab69a3adec3a2f274a9a5099f1ebeffdc60a89 0.00 MB 1 0
48,323 48,323 0000000007109f26cd6709917f0a62b35f93fa1e113e02d87bd96f5d66afd08f 0.00 MB 1 0
48,322 48,322 000000000674e8a7c6415e18b24acc6e906ad09f5ece29bb3e105cd75375d1af 0.00 MB 1 0
48,321 48,321 000000002ce9d99f8603757aaeef3d39443721b60d03282d5639acf1c0de249c 0.00 MB 1 0
48,320 48,320 000000002a44cdc57d9917b85916824d3a7a51c911b8aa25ec166bc6491c7ca0 0.00 MB 1 0
48,319 48,319 000000000364d5148470e5ee3e9d11a712641ea3ee6c9546e30346a1c22fbb7c 0.00 MB 1 0
48,318 48,318 0000000014be893d869c1a1fd5fe37d80de598e4a9fe82be257f866c974e6c8b 0.00 MB 1 0
48,317 48,317 000000000521a71112c27344b4ca13ff604da0ec8f690f1f3d49ca22b91f7b12 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.