Memory Pool Memory Pool Refreshing

12,133 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (768,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,394 139,394 00000000000006cb0a83dac0ada14f21ab768b778538763d43bc9bb83e5e4f28 0.02 MB 49 141
139,393 139,393 000000000000046a6c36e80be7404b97713a2d993a713aaf61615d52b1c68708 0.01 MB 27 125
139,392 139,392 000000000000081a0985d29e4910e68b0de15f252bf06a1d1b29a19ffc7c726e 0.00 MB 10 51
139,391 139,391 000000000000014437ddddde8d606ddca6fd172fd18ae08348086b211901f5a3 0.01 MB 17 57
139,390 139,390 00000000000005ebd9bf4f2ec1a445f55887c613111f5ef643c053ef8a1d09c9 0.02 MB 41 154
139,389 139,389 00000000000005e7f11abb50ceced1f4ebdb66dcc557d02c8a6cc6b3116ae91f 0.02 MB 44 68
139,388 139,388 00000000000005ebc925b4d7ba03b94e00df889fe6f1638ab487895207427a9e 0.00 MB 4 1,116
139,387 139,387 000000000000081e27318ac1084001fe88ee03716fcdbb868a3fe728d40d5e41 0.02 MB 70 131
139,386 139,386 000000000000042277893bf769da3b404d4e96818f32b5d79ef6d1a2f8e44150 0.01 MB 14 616
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
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.