Memory Pool Memory Pool Refreshing

660 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,289 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 653 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,288 (798,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,488 109,488 0000000000001712331c57139b6fe73f7248ed9e7316a31eadfbb183b8428fe2 0.00 MB 3 0
109,487 109,487 000000000000e6c3d3b652e1e7b9337a21163897740d37c0314a64fbd0006f08 0.00 MB 6 0
109,486 109,486 000000000000555d88976b1d17c9cd6330b687fa4b67e9031ebf24873de3deb2 0.00 MB 4 0
109,485 109,485 0000000000003158135d4acdc19613eeda00f36472daded0817f8c553330f0fa 0.00 MB 1 0
109,484 109,484 00000000000103bf860b1774866569a5362a93b1b61ef2da38679d3b258bf0f3 0.00 MB 4 1,270
109,483 109,483 000000000001ac47670cf3828b54baaace3f7982b1161bbdc7ab93e54b652396 0.00 MB 11 0
109,482 109,482 0000000000015f9a9851fd405951a22c3be913447b1acd4cb0aeae0b35e89578 0.00 MB 19 0
109,481 109,481 00000000000194cdca94707dab1ca1d2544cb6078a1ccdef05ed82b8c40729e5 0.00 MB 1 0
109,480 109,480 0000000000016d9275e42323537bfc98be44d8b9f16d495c30aa799e206efb09 0.00 MB 8 0
109,479 109,479 0000000000006d062e17ed80f818f1b5a71423280290e8e28d52647ced5fc0df 0.00 MB 1 0
109,478 109,478 00000000000196fa3a729045100f919a454099bd105384b3f073f6a20d72ed90 0.00 MB 5 0
109,477 109,477 000000000000a8ff3d404900ce854513a62b39087875f397ac6912d948e01c06 0.00 MB 2 0
109,476 109,476 000000000000c40e8d12fe5ab2e28cd0a9b67c8a2f83b197c9447eb12523394f 0.00 MB 10 416
109,475 109,475 00000000000042dc60586a63c1d6357c31e51f0efae39b63c2a8b86dfc36cdca 0.00 MB 2 0
109,474 109,474 000000000000b03c4551579086ce6c7be53aa410c25be1553230647e297b5da2 0.00 MB 5 0
109,473 109,473 000000000000988b641b0aea3edb821ee700007593fc776c56e832d65a34d53f 0.00 MB 3 0
109,472 109,472 00000000000099375b1d42f354afeb73bbcf91d87dc5671c6096c4bc34ce3682 0.00 MB 11 0
109,471 109,471 00000000000066c2e581b19b225cf8922f7c1f3a5235d36f7cb0ad041272d429 0.00 MB 3 0
109,470 109,470 000000000001338f44939dd8c2dabcde91ff7ddc8efe62456c5aaeac731c48af 0.00 MB 10 0
109,469 109,469 00000000000013409b75ba91a9e497971bb85ef93ffe13cd9a1d9339ac265099 0.00 MB 3 0
109,468 109,468 000000000000da721d8b2d40f674509530c5ba17d815b51e6b87b353b16ec60e 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.24 GB sent, 98.27 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.