Memory Pool Memory Pool Refreshing

4,029 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,355 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (7,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,368 900,368 0000000000000000000011c715946b27bb4a2464f97413b13e4bce3c2ec1bfb3 1.54 MB 2,967 4
900,367 900,367 00000000000000000001a2dfcba4df5ab8cdca861ae99238f5b166f0c7b1fbca 1.00 MB 1,944 2
900,366 900,366 000000000000000000015557be30f213213c75185b930618c3847c5424e4b87c 0.59 MB 1,383 2
900,365 900,365 00000000000000000000124a34a2919fb592187c6df8e6b893605fd2e6a95a96 1.04 MB 1,081 1
900,364 900,364 00000000000000000000874e8fd2c7e0197635df73e746cfe084a70e193f137b 1.63 MB 2,841 2
900,363 900,363 00000000000000000000f5ad2b33bbfa0fae9521218fafe38e3a34aeaded2788 1.94 MB 1,304 1
900,362 900,362 0000000000000000000088190e7e541e15bdbf7a9f7e2a6aa36ce758325fa9c2 1.84 MB 1,764 1
900,361 900,361 0000000000000000000152fdd6a0f654189488afad5a475bb46ee1e40d59893e 1.59 MB 3,699 5
900,360 900,360 00000000000000000002342748a56f8dfaa8abd8687db57ab113015a2c8ede61 0.45 MB 889 2
900,359 900,359 000000000000000000007de2912850080e3bbe5ca67f888b63594f1e8cd539e1 0.85 MB 1,283 2
900,358 900,358 0000000000000000000017a90a720fa8a889bee90bd5fc9413b4847ba1889fe2 1.52 MB 3,239 2
900,357 900,357 00000000000000000000e6f59d3d5a455ee8a44ccf789c16b75c93234cdf300c 0.23 MB 506 2
900,356 900,356 000000000000000000020b17ca2e99232d972bd0a5823ec66f9acc0db28a5f36 1.05 MB 1,637 1
900,355 900,355 00000000000000000001a8588a71b3a8e1625a4297680ef34ee08de5148f1a9b 1.67 MB 3,617 2
900,354 900,354 00000000000000000000f0919bcdc3cf42a53c2394958046842d1b68918fde73 0.92 MB 2,239 2
900,353 900,353 000000000000000000000e5182c259a8b0d2001a409ed9d3ee69eb2b6f1970e3 1.21 MB 2,522 2
900,352 900,352 00000000000000000000f65eca18a9535b0741006ea20b96890ae3309dde100b 0.91 MB 1,226 2
900,351 900,351 00000000000000000001a565111874197d2fe69bc81621367ab66a52433022f1 0.30 MB 673 2
900,350 900,350 00000000000000000001b69c1a1d78e059eb41e2650bdb15c24e0216772a4c02 1.28 MB 2,439 1
900,349 900,349 00000000000000000001ec6fc9a77ab944daa4e858f668568fd1443796e9b561 1.67 MB 3,046 2
900,348 900,348 000000000000000000009cabb0fbccd17be99805a3f919adcf7cf554add0b8e7 1.56 MB 4,051 5
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.