Memory Pool Memory Pool Refreshing

5,736 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,935 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (768,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,385 139,385 00000000000008873de43698838e426f6848f5433cdba9c08d4172e1e28cecfd 0.01 MB 19 353
139,384 139,384 00000000000000571099955083e0cf3482f0af6b2f72958480ce5225774e555a 0.03 MB 67 194
139,383 139,383 0000000000000119275831186ce5e7acc81672870321355fa10329dd8f182851 0.01 MB 24 474
139,382 139,382 00000000000002a141d52df12c9dfe5b631f63e995bcf5de053ce41dbf31a9f1 0.01 MB 7 0
139,381 139,381 0000000000000597789ecab3c51d50132cc1d1213f152444cb95c244516f920c 0.04 MB 121 90
139,380 139,380 00000000000006b91c1b871292f098e94324c7fa806fd36a3c57ed6f45addb65 0.02 MB 69 158
139,379 139,379 000000000000009c6874e6c1cd6aed6e34a5a650d285ce5f48e01c0d29a2da9a 0.01 MB 17 108
139,378 139,378 00000000000005968d38da9b1eb8b5187a172a346d26e8dee0e41c7c568fd717 0.02 MB 62 130
139,377 139,377 0000000000000621342119cb2f6ac27ce2a61195a77b884248e9658cdc7a5f1b 0.01 MB 14 404
139,376 139,376 00000000000005ec135a15e12a6c5502af41f68ede3d35e1361321ba4845591e 0.04 MB 104 117
139,375 139,375 00000000000005108be1fba865ff48d96f7004c1bfd278838a6870148ef72621 0.01 MB 38 92
139,374 139,374 0000000000000257ac4656e53b20a45829b6fcd11a21d5025598caf085c50819 0.01 MB 35 389
139,373 139,373 000000000000084c3927cb4f53ad39fc9af422d063d9c72e1288fd84b362802e 0.00 MB 2 0
139,372 139,372 000000000000084131136c1417103e7be6a8d818b2c98beb3cb01f721744f0ff 0.00 MB 8 194
139,371 139,371 00000000000002f2bd3ff613327a1b2a7245785b8b55e6e921917ebe735e7d7f 0.02 MB 39 203
139,370 139,370 000000000000051152f9d4fe5885e6cf7fc0f10072302e36c25684b4b51f37e9 0.02 MB 36 98
139,369 139,369 00000000000000b93751d500bfda83da3f243be623ed2fb480420b6fb43c278d 0.00 MB 11 495
139,368 139,368 0000000000000112945478e6051f66715a41b3980f01f51089252932e1f8096a 0.02 MB 50 237
139,367 139,367 000000000000070b52a2ae227d064ae883d309245354ea54470243c6f7df2a5c 0.04 MB 87 119
139,366 139,366 00000000000005fb8a8158dded2a311ca203933b712156fdc5bf609ff3b08bdf 0.05 MB 110 298
139,365 139,365 00000000000000b640bcebbef3cd931b82a12997174008fcaace5b84f23a882a 0.03 MB 100 68
Previous 10 blocks ↓
Total Size: 769.42 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,645.30 GB sent, 95.06 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.