Memory Pool Memory Pool Refreshing

7,622 transactions
3.69 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,894 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (631,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,098 276,098 0000000000000001003dc74e731975e0f4288fff8beee96ed63a94dc1494387b 0.09 MB 201 46
276,097 276,097 0000000000000001c190963a3fdd2a052d604b3d654d7f7a56af837950564171 0.14 MB 316 37
276,096 276,096 000000000000000129c8e0b023b70a28bfbac63c20ea391644e75e9b14bf626c 0.31 MB 503 24
276,095 276,095 0000000000000003183ce7d9852dacddc8a51160a865af55de489878a5c89cd1 0.25 MB 593 52
276,094 276,094 00000000000000018b766035c2f45d300d71f8d87859080cfe43f4a519337309 0.25 MB 684 127
276,093 276,093 00000000000000023affb856fcd223b558f4de7a44831afd9cce94f08b6a94d6 0.25 MB 539 30
276,092 276,092 0000000000000003c64d5b2496b9d29fa5cf0c9187713e6b2c3c60ee70a56e86 0.25 MB 684 65
276,091 276,091 000000000000000368c9b9830452288f0814aeee5a9a899fdbbe2c3702f1c9d5 0.22 MB 540 49
276,090 276,090 0000000000000001586362d662b2cfff4e88f5a3614321b8c87cb9b55fd20a24 0.08 MB 181 40
276,089 276,089 0000000000000000ae4b8be24b46b3e3fb06b2b6681e294844e463630eb55931 0.19 MB 495 53
276,088 276,088 0000000000000001afb526e12d9c5390ca977b7cf6be444a3a1c34998b6c7d5a 0.07 MB 144 22
276,087 276,087 0000000000000001b9abd8f8b1d5c80e455672bb2f995e36a414b7983df9db1d 0.09 MB 218 44
276,086 276,086 00000000000000031a17d0ee14f41d1c37ae0373ed8a13fcca91c1974fdd8eae 0.15 MB 247 30
276,085 276,085 00000000000000014fedad1130dc0a848579da51510a3388c3fd2ff2b63377c3 0.03 MB 93 89
276,084 276,084 0000000000000003ee51b010e295f7b95e84fdaec6c5dcc5ad105737024b2683 0.05 MB 119 42
276,083 276,083 000000000000000068e00a7be9d5d74447cbf31756b0b7b446679839fa906d15 0.09 MB 211 36
276,082 276,082 000000000000000064300b2924c4e1adb699d7b985f3874bf1a11d519a3f7c1c 0.21 MB 467 58
276,081 276,081 0000000000000002df70f4c684d73007ed351ff5c8abfc9350a114be453d2ed8 0.15 MB 239 26
276,080 276,080 0000000000000001fdb7bba59530f70b1cb883f81385aeb1c87a45b9d6ae3095 0.04 MB 97 25
276,079 276,079 000000000000000278d41d8f69ce126772d192a3dd716603b127957456939c08 0.23 MB 439 48
276,078 276,078 00000000000000003d889eb79ca7904ea0932c4f28c54fe8022967fc5b3cd4c4 0.17 MB 390 59
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.25 GB sent, 93.77 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.