Memory Pool Memory Pool Refreshing

4,535 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/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 1.00 vMB 3,089 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (705,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,489 202,489 000000000000033f7cecdb684cb9c0f275b34c0fdebbfdd1feef926fc10dfc33 0.15 MB 342 149
202,488 202,488 00000000000003e4c0d22cc11c4aa2ea1e01191abeeb449267f99f3f9a260fae 0.01 MB 18 73
202,487 202,487 00000000000002af86295a5eb6773c6f9f672a059039181824baa100f1f6db27 0.01 MB 21 145
202,486 202,486 00000000000004cefffb0974083f86aed9498894dd5bf5b367b686290bb3301e 0.06 MB 135 73
202,485 202,485 000000000000057cfc1c0fbc4ec29defc94ac269618da479ead88bf194578590 0.11 MB 277 172
202,484 202,484 000000000000015ab84ce2688e9c46dd1e7efe7a009bc5f76f21483d3622038b 0.01 MB 30 86
202,483 202,483 000000000000029d3bc34d1d85a19744d08e5c46e6c2edd883aab3a8a9de4b92 0.12 MB 258 130
202,482 202,482 000000000000054b6f327139ce6cd48ecd8c7fe518baf15890fe532046364066 0.11 MB 138 58
202,481 202,481 00000000000003036ea3db6008dfb36b77033731540144c14c78fba68071dcbb 0.25 MB 472 145
202,480 202,480 000000000000031ea4669fcb6e8f397cf54b9199b76673d5bf7cfb28fd1706e2 0.01 MB 21 126
202,479 202,479 0000000000000056e0e604f2e17c0ec04e41bdda97915ae8097a2a6458f96b98 0.07 MB 191 194
202,478 202,478 000000000000050f687e7147fd63e96288050d5855e69a39880e2e79b3634cfd 0.04 MB 108 102
202,477 202,477 0000000000000530bb33c88c06dbcc17a971a9560f69edb009f96ac5ab5f1c29 0.06 MB 178 167
202,476 202,476 00000000000004e2f55d7a550442d434a8d262dc5e7d41675243d15841378083 0.06 MB 140 138
202,475 202,475 00000000000001b279f654d585bd4e185f3478fea06b36767d7e33e5715a19f2 0.11 MB 205 103
202,474 202,474 00000000000003719c54d503c72c7c40962e00695a243c3090aac3d06b207f63 0.07 MB 229 78
202,473 202,473 0000000000000456796ed70b9e651cc7e53e561a8b9fbcb6687a512d215fab83 0.00 MB 16 136
202,472 202,472 000000000000006712bde3e26b147f86c2b16ffce18d13a910dd7b6fe45ed006 0.09 MB 163 112
202,471 202,471 0000000000000342e48b4c63e2258e1ae4f7fa7412cc388ffe927e4db286fcc2 0.02 MB 31 85
202,470 202,470 000000000000055283065b4e9ba0b764e5d782fb4b4d8f504d7a0b8d78f487bb 0.03 MB 47 115
202,469 202,469 00000000000004b3e3ba9e74bdc94ba5a5f080fedcfcc651b76ade7babfe21bb 0.19 MB 341 153
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.19 GB sent, 93.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.