Memory Pool Memory Pool Refreshing

5,669 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (596,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,801 310,801 000000000000000021a5ae173591076ffb30e32b36d255e55fe61502783523d9 0.06 MB 104 28
310,800 310,800 00000000000000000608e38cedec8bb028a3e3e8550a96753344115e09c6eb6b 0.01 MB 27 30
310,799 310,799 00000000000000001163a7e31a8ffb8c9d4de9b2116f09c07f8b56675beb0c4d 0.19 MB 386 30
310,798 310,798 00000000000000003452defae3a80076a2876df8c4d1991df951816b35ba1aa8 0.09 MB 148 22
310,797 310,797 00000000000000000e71bd356d4b1e0f743d98157f7f3ba434a761c6d796bfda 0.36 MB 471 33
310,796 310,796 00000000000000001c8461237b6a7336a149e0d976c82a1fe1840aafff8f28b0 0.35 MB 579 30
310,795 310,795 00000000000000002bcda08fdf741a244df3f865c9641a3a13f9eb068f00898b 0.09 MB 200 31
310,794 310,794 000000000000000022fe7b361d9942aafb304d085e7e4a0047fd30016678c450 0.18 MB 341 28
310,793 310,793 00000000000000001174cd9b3e6a8a0926f018bd70f352712dececf6ee3be0d9 0.21 MB 333 28
310,792 310,792 0000000000000000244a77e8f320fa3d042a40b7af103bf76f4d6a60efeb059e 0.12 MB 151 23
310,791 310,791 0000000000000000202a0f915ec1443b4216d153ca99343497b45fe9bdf7fe7d 0.32 MB 451 26
310,790 310,790 000000000000000014d8fefe31da57f50803f837bdabbcf382e9ebba9964e502 0.02 MB 44 34
310,789 310,789 000000000000000033cd828bf6b8662f424f165def4ccd6d3bf0aa86c89a4680 0.07 MB 114 33
310,788 310,788 0000000000000000254ad6360f213075ec51b80209d4ec432b84f25c165151d1 0.03 MB 48 26
310,787 310,787 00000000000000001a07c9b00dc44e457e3d3cdb4d0501c19ef7984171a381e6 0.30 MB 556 33
310,786 310,786 00000000000000003d48e00eb8dedaf657bbf94cef73a21b0979c39d9f47900d 0.01 MB 15 100
310,785 310,785 000000000000000019fff20faf3084d53abb0c7f48212a158f156b5607aceeb7 0.19 MB 268 30
310,784 310,784 000000000000000028ebe64e21ee456a983005b285c1321f5ff5d9936409fb36 0.39 MB 644 29
310,783 310,783 00000000000000002d1678d162e6473021d59283451c0db13b18ed408c5f7677 0.37 MB 606 28
310,782 310,782 000000000000000038ad853240cb7d948dee450d8cf5397d0c5ec3d5082f259c 0.08 MB 150 28
310,781 310,781 00000000000000000efc0338e803876b39e50ead62fdfbe8d8d8e380e941a8b0 0.23 MB 363 24
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.