Memory Pool Memory Pool Refreshing

6,793 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (653,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,083 254,083 000000000000001f2c5967d06a742a45c2b1d12f3aec55f7bdfac1f2b6120606 0.09 MB 251 122
254,082 254,082 000000000000001182223d446232a453828c97b19cf27aeaf92b6ebce71296a8 0.27 MB 686 120
254,081 254,081 000000000000001d63b3410e26485d5f0613ec28fa6593403b5fc0e7fb958672 0.13 MB 314 105
254,080 254,080 0000000000000009790bb3e2cc6d34e9a5118b4ba7b96d6c629b35512239199d 0.04 MB 93 173
254,079 254,079 0000000000000024222371e7f8911cc42f96c5770ccd35baa0b9ba959aecb4e9 0.12 MB 316 100
254,078 254,078 0000000000000031a7ffe6c1bac75f13723652cf1d18a0cfaa8856a45877ca5b 0.06 MB 157 38
254,077 254,077 0000000000000028f8dcea0ac2150f81efa05b49995bd508aff24146c9a14079 0.22 MB 542 116
254,076 254,076 00000000000000195bf4044c4497d2d7d784e890ce9623a6d2769819f5a4cffb 0.09 MB 170 89
254,075 254,075 00000000000000115d7ffa942f8d3ba0e9c505c9a6c63e3d7d1e8c11a88d2246 0.23 MB 515 116
254,074 254,074 00000000000000233c4f6f7aca115673635fe7692279549c9c6d987c7b83cd2d 0.39 MB 779 90
254,073 254,073 00000000000000016211655bee5f14e052a22c852c939980cc41ac3451893c2d 0.25 MB 559 151
254,072 254,072 000000000000002b17c591ab4dd253b27baeee27fdbfd9899b41396351ddef25 0.17 MB 401 138
254,071 254,071 00000000000000373d56c37e2b900348f9835714f4acac32746c6fd5e7c18a5b 0.28 MB 724 120
254,070 254,070 00000000000000209e51ee60985144000c075ddc8ca44e6866aca2579f732897 0.47 MB 612 71
254,069 254,069 0000000000000039865279ba41789cc3b4a68e14d7d94432f057ab07c284d649 0.25 MB 735 98
254,068 254,068 000000000000001e37750f780942d5dcad8d95d59128f349937065d55a778094 0.25 MB 607 165
254,067 254,067 0000000000000037ae4abd8a362ac61f80841e512817a3f8e66403fcf303e2af 0.04 MB 70 102
254,066 254,066 0000000000000020d304454ba62e187513d40318a094c91e980d66a7d0176ed2 0.02 MB 27 41
254,065 254,065 00000000000000191773a32ed0b7b5c709e37c5ae1a610ab3f7e12c479c5f8bd 0.03 MB 69 104
254,064 254,064 00000000000000333ed747132a8eb3dec7baccd3c799a3952917941aeb0719ab 0.13 MB 268 142
254,063 254,063 00000000000000130c79429f8c3b2fd1165236010b3398014fc41ea83f364b74 0.26 MB 499 127
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.