Memory Pool Memory Pool Refreshing

319 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (667,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,281 240,281 0000000000000027d27e5a7b65f87c354749e70b7366c1ffe717a80b44cc8c21 0.15 MB 351 209
240,280 240,280 000000000000004c63e879eedba2b0717465ffd7e39cc2d83d2aad3d83d0ecd3 0.13 MB 300 194
240,279 240,279 0000000000000097bc7b9c275bd9c0996d2d074ccfa09010e9289c33e83ef633 0.13 MB 295 131
240,278 240,278 00000000000000b8f9ccb8abe6578af45ce1737711a10f33dfbf658e8ccd29d9 0.19 MB 404 127
240,277 240,277 00000000000000b8a1ceac3b70fcd66e1953f9615fb5af51d6d2d78a247fe7f7 0.10 MB 329 14
240,276 240,276 00000000000000f542e9d25d2c90c60b20e9fa986679d723a3883f35c9062579 0.15 MB 359 190
240,275 240,275 00000000000000d3cf7387163f0b0b6dbc794311c461db1c10f7a392543fea77 0.14 MB 264 159
240,274 240,274 000000000000009dd7f7bef11c5f3c149089b8909d43f7cfff57448160770be4 0.02 MB 63 142
240,273 240,273 0000000000000012a2c51dad6bf11c0c5c393ea47b75c20932f7a60bb88eb8b3 0.16 MB 257 93
240,272 240,272 000000000000002b269d9263674215ba94677e1069f25da7f8b41e7c184ec201 0.25 MB 568 144
240,271 240,271 00000000000000e178947f40366cbeed9bd621d7909e54afa2d26305bfc3f6d7 0.06 MB 119 51
240,270 240,270 00000000000000ee6fae056a81a7d196064e611d727e3e5c2d71e33cddfa2e9f 0.25 MB 572 188
240,269 240,269 0000000000000074251a4a57ef0044672f008184fa12045babcc0886170f4cbb 0.17 MB 363 161
240,268 240,268 000000000000010e119f0de184afc79ffee379ce429ad9e880b01dc0c7d48b7c 0.01 MB 17 345
240,267 240,267 00000000000000686c22ba19e57a6da62cfedff2a090b59be0ac365d89197482 0.13 MB 186 111
240,266 240,266 000000000000002ef32132cbc3d519800a1f348a51b3ee59f9686e52d92d8734 0.05 MB 108 89
240,265 240,265 00000000000000354b006d0182f851c34145cb800ff2ef2607c92c8de2c8ae6b 0.08 MB 168 116
240,264 240,264 00000000000000ff1686f83c29d9bc811b8e5fb67508335f5125fb6f0ed5eef9 0.25 MB 325 67
240,263 240,263 000000000000009b91107fcca0a665a0c1ed135c7364b2c694fcf796b7a46ee5 0.25 MB 385 110
240,262 240,262 000000000000010a9c913496628cca0630100bed2509e7ac1f2791a7434104af 0.25 MB 563 172
240,261 240,261 00000000000000a5029244e040928c3f19fe087b6cf5988e6eefbe9d9635d5f3 0.00 MB 3 48
Previous 10 blocks ↓
Total Size: 769.16 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,632.67 GB sent, 93.65 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.