Memory Pool Memory Pool Refreshing

8,564 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,925 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (769,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,417 138,417 000000000000019ad38e9ad0c5e27f072cc903c6efa0b6e81c1bcbf93e7951a6 0.07 MB 76 611
138,416 138,416 00000000000005c64adf6289aa3260c90250ba0e48328c8be59e5699243d1f81 0.05 MB 68 563
138,415 138,415 000000000000030bc95cc99aa0d75335f508bb8714985b971c6e13811b07c128 0.00 MB 8 431
138,414 138,414 0000000000000708223b5a7e4da77037043f32069e66bebd94fbc9a301406d44 0.02 MB 39 473
138,413 138,413 000000000000063175316e9502b43bb0affeee8a2540695aaf0463326f9e9d0a 0.01 MB 40 166
138,412 138,412 000000000000060cab94e6a0d3771a5fb54960e906dfd154befaf8c1093beafa 0.01 MB 8 98
138,411 138,411 00000000000007b72fb86ab3df4051a4b6616acb22e8aae4cec3c01f288c06e2 0.04 MB 87 73
138,410 138,410 0000000000000282c4e7b0e04ccf7919ecde0ded623603a20c2bb84379c3baf0 0.02 MB 42 345
138,409 138,409 000000000000042f42c9e270bcc071eccafb0a4f337350d25eb99571380259b9 0.01 MB 24 129
138,408 138,408 000000000000001ccdb6819969e7bfd29528c5076aa95c7b03ffcad1603d0bca 0.00 MB 8 23
138,407 138,407 000000000000040db336c405f071eaae507c82e12a99802f4df4faf675b3da4c 0.02 MB 52 273
138,406 138,406 000000000000031d6fe48c53a7f7774ddb0aba457222884be24d79888bdcf5be 0.01 MB 18 124
138,405 138,405 0000000000000604d7b13a46ea0e79eab46f166a020f9a9baa574ed7e6831c98 0.01 MB 14 48
138,404 138,404 00000000000007f24956d3859318af9d622ed29fff466a3028588ff2750e8141 0.03 MB 65 227
138,403 138,403 0000000000000633c62cd61b16bc4af73e470f71c18942413bfa131d3c141b73 0.00 MB 11 68
138,402 138,402 00000000000002b89c655051f901ca1bd778d4eb7b0693a61df9efcf84339239 0.01 MB 19 423
138,401 138,401 000000000000036f9107f5b73c26431ad7b1e979a1acf2ccae1d2c0797eb05ad 0.02 MB 36 139
138,400 138,400 00000000000000d50c5191fab43e4bb71b3582faad0f483dbaf17e56df76f34f 0.00 MB 1 0
138,399 138,399 00000000000002574f450607fc0cd95aab73e190e024838ad903dc566a2c6666 0.02 MB 39 252
138,398 138,398 000000000000083af5f8b9364f17488c9be5c6c260ce9b8bb2ad2bba668455fd 0.00 MB 10 53
138,397 138,397 000000000000072382136270b4c157e091d2f1a63e9aacacf444532fa5bf1a34 0.05 MB 136 149
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.