Memory Pool Memory Pool Refreshing

2,268 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (591,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,371 316,371 00000000000000002154c522b69f8d0bcb13027119b5730b74a0cb5318e20dcf 0.25 MB 484 29
316,370 316,370 000000000000000020f1120225d584711a86e4e50130e05829020cb9763c4da7 0.31 MB 532 31
316,369 316,369 00000000000000002d447a7c02e963e2148c737a7dcc60af7fdae598692eaff6 0.24 MB 511 33
316,368 316,368 0000000000000000071a063563c297d2c54f88f09b520ae699804ff2279ac7d8 0.13 MB 239 29
316,367 316,367 00000000000000000df0788ffb791627f5c11d914623190a69dc78812f158f98 0.05 MB 100 31
316,366 316,366 00000000000000001e5bb585641097e6fef0a349a053d0fd97c3f6fcb56a7bf7 0.22 MB 408 28
316,365 316,365 00000000000000000c40244992f3d213bb157ba5d242af3cdedebcf7dcdb6b58 0.10 MB 206 35
316,364 316,364 00000000000000003432cb840b8c9c0778c1ecdd6e56871db578634ffc3b4c8d 0.24 MB 285 20
316,363 316,363 00000000000000002b2cc4c0939830c533f8dbb78be17023864ad3f3c2f85054 0.09 MB 256 41
316,362 316,362 000000000000000003beb06cedff8b91669448bce51f87d7f9d6f068f633a8a3 0.11 MB 204 32
316,361 316,361 000000000000000001707d55a93f136a3d20efdff477c62172c14f16e2b4194f 0.09 MB 201 30
316,360 316,360 00000000000000003726fa0ad87715d8dfc01c5789b76a0909bcc3defe827037 0.29 MB 564 30
316,359 316,359 0000000000000000116641411ddb4ee5e7ca7002899bd73bb5ad2b83860e5f38 0.12 MB 234 32
316,358 316,358 00000000000000002ce46a6a967c359a76d43e66e305479df08a4393b72d09ae 0.06 MB 129 32
316,357 316,357 0000000000000000335ce142b5807aa02e5132e45f91d72944273b86fd52dc7b 0.37 MB 815 32
316,356 316,356 0000000000000000132efcd509b4b08bc1416264d57b8d94bb95d3caf45e324e 0.06 MB 114 33
316,355 316,355 0000000000000000043e8acdb5c5e342e72b171a67fe592886ca63045745d615 0.17 MB 330 28
316,354 316,354 00000000000000000d333f6c346bb579749c14cb5d9067c5e598018e97d7e2c8 0.31 MB 533 26
316,353 316,353 000000000000000020361279ce0e094c4a9fe04dbe39229dab590a583ad73007 0.10 MB 193 29
316,352 316,352 0000000000000000129438bd339582c910063488208cc56f1af5dad82192aaa2 0.30 MB 675 36
316,351 316,351 00000000000000001b6ecfdf7ac86e2ef90a15ea87afe0ea1e19e213fc6db8e6 0.11 MB 221 28
Previous 10 blocks ↓
Total Size: 769.23 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.76 GB sent, 94.08 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.