Memory Pool Memory Pool Refreshing

4,874 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (441,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,602 466,602 00000000000000000171ba333f99c22195a5c3e344855c3147a6e0ec5c11e925 1.00 MB 2,444 213
466,601 466,601 000000000000000000691c14cdf5931019b9f99d8030f89594fd6d5db5b0620d 1.00 MB 2,443 255
466,600 466,600 0000000000000000003d92f3263a8b8b10677adefb07db051bf0cec5a80d4bdd 0.04 MB 42 208
466,599 466,599 0000000000000000019a1dd186b0804b3a539591934db9684cc592ebd5f8104f 1.00 MB 2,152 395
466,598 466,598 000000000000000000002989b5ad667a547d7cdf9dc5485f51c7bb423a020479 1.00 MB 1,975 244
466,597 466,597 000000000000000000ee014b957b0d264f9c62e91f84a561f0d870ebdd48e58d 1.00 MB 2,155 221
466,596 466,596 000000000000000001bde23eb10e3c5521381e7e1f20e064a2bc9569ddc0a1c9 1.00 MB 1,554 242
466,595 466,595 000000000000000001f11694dcc498fd92105d3e5990d9cff8f49d55f6b2284e 1.00 MB 1,964 305
466,594 466,594 000000000000000000ca4c0132a4749864c7f9d20b7555875d2b252d9bbdebf8 1.00 MB 2,103 272
466,593 466,593 000000000000000000a231e787b5e4b0fb3339d47a53b321c69f27557636ce8f 1.00 MB 1,768 190
466,592 466,592 000000000000000000794cd3209fb7365412da33f1144d632858f6b6e7a80cf1 1.00 MB 2,973 173
466,591 466,591 0000000000000000016e3fda6fb42630cbdc5c2c2dcc5a0acb06e5bc9fb07bb2 1.00 MB 1,218 151
466,590 466,590 0000000000000000016d6265a92e003f8b1208db51e1cc087b1c32532864c8fa 1.00 MB 2,427 167
466,589 466,589 000000000000000001242ac12d6e2e2bb75583190b527f12177647d92e0dde58 1.00 MB 2,022 209
466,588 466,588 0000000000000000009113e1cf311c674ae7ecc885944e0caf632a5ec51bdbe5 1.00 MB 2,055 222
466,587 466,587 000000000000000000c26c20b701fd598c7df8529a40e3886056ff0e6f608e32 1.00 MB 2,616 358
466,586 466,586 0000000000000000000bbaa3641f14217d2ec9466fb8def0f34f5d80e6e343d6 1.00 MB 1,838 220
466,585 466,585 00000000000000000060fc1d824f58188b222d5381e0fd360143c81b8012d954 1.00 MB 1,934 297
466,584 466,584 0000000000000000003ead6b33e59e09b176dc60e610e8f78f06c51d28988566 1.00 MB 2,186 277
466,583 466,583 00000000000000000097feac54f3d8de1e7118a3e24dcea00f39ec0c971c375c 1.00 MB 2,336 209
466,582 466,582 00000000000000000176676dee2411261c4f3e9f4ff8ea750ae4e9d1874d0bb6 1.00 MB 2,272 223
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.