Memory Pool Memory Pool Refreshing

17,404 transactions
5.61 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (705,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
202,468 202,468 0000000000000131e5107052501aca0de5553b5653467776e62fe58e73e99c8c 0.08 MB 165 105
202,467 202,467 000000000000008ed016a7517e85aa3bb27660a11f2fdfd17888b6f332fd8c3e 0.25 MB 335 120
202,466 202,466 000000000000026a78d300bdcc97010f1894439a45b21bbd314e47427a777a33 0.00 MB 8 46
202,465 202,465 00000000000004113bf7addbffce53c0a44075dc34cfe861a4ff8df9f17397e3 0.00 MB 11 479
202,464 202,464 00000000000003c6d67a1fc3b50eed642aade55bc99e78333828f7fd66b86983 0.25 MB 653 136
202,463 202,463 000000000000007c478409fcb557559930f345c188ad2be8cd7a7184dc1dbb18 0.45 MB 791 74
Previous 10 blocks ↓
Total Size: 769.02 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,624.19 GB sent, 92.99 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.