Memory Pool Memory Pool Refreshing

4,333 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,953 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,695 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,952 (802,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,881 105,881 0000000000011d0c39a75ba450c76fe385108e368233d3885aa45db037f9c7dd 0.00 MB 1 0
105,880 105,880 000000000001f27c3c150c4a88c33536a7763f61b3f5f553963d04e6a729ce53 0.00 MB 10 483
105,879 105,879 0000000000014d73bd0c8226f0bfe203d75892063b545967365b3eaa13230906 0.00 MB 3 0
105,878 105,878 000000000000c19b487c4050e2ebd43a023acdd09422a806d057e1cede1584ee 0.00 MB 1 0
105,877 105,877 00000000000210ea0e6a5d507e2b67cecf9849a55730de42ffb1aba7df8ab53b 0.00 MB 1 0
105,876 105,876 000000000001a59befe978a0477db557ce1501d94ba9aea9e873b6d11f593f9c 0.00 MB 1 0
105,875 105,875 0000000000025025b72982e6dbc525dadbc000c44dca0bdc9d4285bcec381d01 0.00 MB 1 0
105,874 105,874 000000000000caff28dc933eb79ee47fc5452ef037cfe55e79e942e7e7a31da4 0.00 MB 6 0
105,873 105,873 000000000000e705c0ef820cbee14ac50c906f0fe89fe098b14620882ed7e21f 0.01 MB 26 0
105,872 105,872 000000000002cf1c4e53afb6184ffcde9c593cd819ae8c67d3016c60480aa616 0.00 MB 3 0
105,871 105,871 000000000001674af10c8e9044092420a95ae7c56190804e3fe946a5ffb9f160 0.00 MB 1 0
105,870 105,870 00000000000036cc3603f33a171cc687cfc95afd8c23f5f7a24faee775f4bd4d 0.00 MB 4 0
105,869 105,869 00000000000277620b13f2288db3da71762c6cd456c7329ffa1bf18f3806d260 0.00 MB 4 0
105,868 105,868 000000000002a0e9b058a00ffc928733f4d43c7e1a472cf7c5d7cd17172fccda 0.00 MB 2 0
105,867 105,867 00000000000168c69023de57867a9849dc6220ffda16b76b3dca9ce12b0142fa 0.00 MB 5 0
105,866 105,866 000000000001f6ca7cfc45901c70bf22ad0e5f063926f023007673abaccead1f 0.00 MB 10 0
105,865 105,865 000000000002a08f4d21e78f357b10bfc6953c7cb4d30db9f99e3a925bd68b57 0.01 MB 27 0
105,864 105,864 000000000002cbfacc18ca36ba60b304206e5cfa569599c89bc39f47cef79d24 0.00 MB 4 0
105,863 105,863 00000000000007647913ec8ea1af3a101f12cd22ad9152274c92ab9eef451421 0.00 MB 2 0
105,862 105,862 0000000000024334fb089b9fa246725da49e3625d91b12e006131d41de0a6270 0.00 MB 1 0
105,861 105,861 0000000000023c0a51a14b2406f0f13e1d0502a1a14f6a85b12dd6b103bdd4a9 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.13 GB sent, 95.23 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.