Memory Pool Memory Pool Refreshing

870 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (7,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
900,347 900,347 0000000000000000000178170b99aef8a429b2dab5430407158c5e930c977e33 1.75 MB 3,821 2
900,346 900,346 00000000000000000000ad5e064b91ad0ea4b7a691e290146b20ff9aad43175e 1.49 MB 3,555 2
900,345 900,345 000000000000000000020ce9cf099265c35957d5cd0d90a45995b0a39b7f9ed3 0.50 MB 1,186 1
900,344 900,344 0000000000000000000177c4b95e2c9e5425c56b6ed8f041e3ce4d1d596088d1 1.80 MB 3,084 1
900,343 900,343 00000000000000000000b7a5ae5c81642f1fc90c9f30c10582bfb633f9b008d9 1.73 MB 3,662 1
900,342 900,342 00000000000000000002344028381df0996f8c94aeb6b2cc2cb72349db3e74ed 1.60 MB 3,551 2
900,341 900,341 00000000000000000000162f8918b35fd8b6fdaa9cb0b8993504b6c515737646 0.01 MB 45 1
900,340 900,340 000000000000000000007c219558ae767ef5bcc6adae4357e46fabd884bc69b2 1.36 MB 1,687 1
900,339 900,339 000000000000000000020cccb79109e3f4ca447c205e3b7c1a8cc8e1a56d1a1d 1.71 MB 2,486 1
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.48 GB sent, 94.30 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.