Memory Pool Memory Pool Refreshing

1,567 transactions
0.63 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,010 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,566 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,009 (424,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,477 483,477 0000000000000000000de73ec42003f364ce355f63b6ef2fc3895d9b41a18668 1.00 MB 1,839 213
483,476 483,476 0000000000000000006e94305218381dadefe595a9ecb568674fd768894909c5 1.00 MB 1,412 303
483,475 483,475 00000000000000000129e14c4ed6a716931a79818eb16f757b480a183c824a1e 1.00 MB 1,654 209
483,474 483,474 0000000000000000010278166e2cda592fad7298be3193ece16aa18f0374b21a 1.00 MB 2,331 351
483,473 483,473 0000000000000000012ea0ff9119b401148737d1deebac54b2cf362a6a091345 1.00 MB 1,504 478
483,472 483,472 000000000000000000a648f8fc1c56c7b61244434430e4b17079b6f5769f90a5 1.00 MB 2,177 294
483,471 483,471 000000000000000000f3d81df88939415b77d2fa2b0e462232be9dd2512571c0 1.00 MB 278 15
483,470 483,470 000000000000000000262c85c0454f2fd634f53221f314341b66b2ad5f83c133 0.91 MB 1,537 107
483,469 483,469 000000000000000000519d00595aacba92c49bd5b088c8977010b3299649bbc9 1.00 MB 2,069 92
483,468 483,468 000000000000000000d45ea7d6d8c4aa055a768c8348427c450484a6588987fd 1.00 MB 2,108 286
483,467 483,467 0000000000000000005e08929d98e15206ddc7ad3d9cbe64de3ef0881cff5bed 1.00 MB 1,617 114
483,466 483,466 0000000000000000000ce7112270af60c17e1a60d49ccef118534c4f46969e98 1.00 MB 2,145 373
483,465 483,465 00000000000000000138df81ae7d8bced6c3db43e315bbaa8df997494d19266b 1.00 MB 1,487 42
483,464 483,464 0000000000000000007312e188b4f417fd9a36e1cc3b5e6febcb52452e11ba05 1.00 MB 1,622 61
483,463 483,463 0000000000000000005b9be2112de8f757e4fb8d819607eb9cc70ee1d7c551d5 1.00 MB 1,575 168
483,462 483,462 000000000000000000a8e814d2e7c03848a0f771ad71af14abc40a9262b15e31 1.00 MB 2,389 378
483,461 483,461 000000000000000000b821ba0557a546c12d1951685b6785be0cc213b5033572 1.00 MB 2,165 261
483,460 483,460 000000000000000000766520d9b68838134fb4158b982ef6c5876218efe051de 1.00 MB 1,031 116
483,459 483,459 0000000000000000010ed93de94f0722c7405060e29812808054a1e54b08c30e 1.00 MB 2,292 90
483,458 483,458 00000000000000000103e0ff41114f69afdd83728bbcc71dbd3a1ff29ee243ae 1.01 MB 1,800 142
483,457 483,457 0000000000000000004d34980015bb3dcb7ec802d6290e86e47538dc7dcce5e6 1.00 MB 2,227 371
Previous 10 blocks ↓
Total Size: 769.56 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,649.42 GB sent, 95.76 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.