Memory Pool Memory Pool Refreshing

5,920 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (503,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
403,919 403,919 000000000000000000b3358c260e3b6134bbdd383d86f0a49c7e2c00fed16dd1 1.00 MB 2,342 40
403,918 403,918 000000000000000000e8a100341e808ccd843e6598b5bd76f6d2d6699d6a892a 1.00 MB 3,035 77
403,917 403,917 0000000000000000014217ba631f8f668868e690fb2e1c11beeb3117c48f0269 0.08 MB 179 41
403,916 403,916 000000000000000004647862b0c90c22f6b00343fe7625642d4a5b4c3702f1ee 0.10 MB 188 27
403,915 403,915 000000000000000003477b519e132beff3de7f0d3e1c92bd88f7355cc1e35266 0.24 MB 245 26
403,914 403,914 00000000000000000110d9e052fe53d415f305c1241c1fb05a7d059a5d5be411 0.84 MB 1,624 37
403,913 403,913 000000000000000001fabddfd07733410ae2ba0f0ee89df5844d2e3b34b6f18a 0.29 MB 629 38
403,912 403,912 0000000000000000026aa418ef33e0b079a42d348f35bc0a2fa4bc150a9c459d 0.27 MB 385 40
403,911 403,911 000000000000000004b744378e9a99f53161eaebd99171335d4a882007cc922b 0.24 MB 411 30
403,910 403,910 000000000000000004831ee324d65950e57ffd71d5171026f6966a77df2ee590 1.00 MB 1,967 38
403,909 403,909 0000000000000000035a91bb0d2a14b3fc9f50ff8979b8b0a5ca698aa22697f7 0.91 MB 2,057 41
403,908 403,908 0000000000000000067549f6a6a4590405161bd6773166cd00518f121e6961b5 0.62 MB 1,091 35
403,907 403,907 0000000000000000019955303142ecd05a374a0657945b8b2d1b89fd10cb9f17 0.39 MB 845 36
403,906 403,906 0000000000000000060d52b13b0cd892dbf986177c8f2d7fe3f652e9574fce04 0.63 MB 977 29
403,905 403,905 0000000000000000026031da9dc81b633bf3c566ddfc85bef72216a33c2166ec 0.22 MB 421 50
403,904 403,904 000000000000000004f2b65476bcf0b72d9846283b87b488dd6be0c5c8423d39 0.99 MB 345 6
403,903 403,903 000000000000000001ee250b7132b41ed068ab443465b1d2954350c2e034b93a 0.27 MB 390 29
403,902 403,902 000000000000000004a983db2a27e573b2aa2501a904440a8a7a00058eabdbb9 0.28 MB 685 43
403,901 403,901 000000000000000002f5b6d90cff1f4083271f5dfc607c72cc99b80355de01d3 0.16 MB 193 26
403,900 403,900 000000000000000001e5e0c849184c832968f220456731820107acde3c91ed6a 0.96 MB 1,669 40
403,899 403,899 000000000000000001bf70c02bc4bc1c962e808d411b0a3a627a0acdabb7d4ba 0.47 MB 780 34
Previous 10 blocks ↓
Total Size: 768.98 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,616.34 GB sent, 92.71 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.