Memory Pool Memory Pool Refreshing

3,140 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 3,139 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (732,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,039 175,039 0000000000000319db6f597c6bfac4d1161ea0c9b71ca55e9ce9022c5cc693f1 0.02 MB 69 10
175,038 175,038 0000000000000163b79a73ffa0412a66a1c517b577c05efb898107ed996be19a 0.00 MB 10 30
175,037 175,037 00000000000001d38f2bd9fa7f7c4a4eede0f2f51045bc3c37f2c5a310dfc9be 0.02 MB 40 54
175,036 175,036 000000000000021486e8b5de3243207ca317ca075cdbad92313673adfc427ff9 0.03 MB 44 105
175,035 175,035 0000000000000741a008bca5a0b44370ff1747adbcae4fdab89ff8d6d62f6b1e 0.01 MB 26 648
175,034 175,034 00000000000000836c7b0251fec67a73b392594608586680012e475f4ef72067 0.05 MB 135 14
175,033 175,033 00000000000002de687ea72f8e4e696d3d08f1533becc5e088f331b40c9b15c0 0.00 MB 10 25
175,032 175,032 00000000000001772a3d8c52012288c9d2f57fb18d902800bf2b24631d2c180a 0.02 MB 45 28
175,031 175,031 000000000000092f1188dca3b57d0130dbb5ebc5737748f5a7e91c56af2e38f0 0.05 MB 75 128
175,030 175,030 0000000000000338c6cbdeb04944496d0f216655e64ef75aad51b8e5edc4a681 0.00 MB 14 49
175,029 175,029 000000000000047fc606adf83482257d52800be9f7359684b30e5ff1e7973f1a 0.01 MB 18 51
175,028 175,028 00000000000001bc0fba3b801e44e1567d8f05bac756840fd409c661f1966789 0.06 MB 100 114
175,027 175,027 0000000000000502147c0237c752155ea23716b124fdeb730f5c5ecc112cf300 0.01 MB 23 334
175,026 175,026 0000000000000161308515ad78b532c1be09db41a3b7b026e879708283906146 0.00 MB 1 0
175,025 175,025 000000000000092f2ea3c7c3bcfbabfcbe1a0b2f897547fcb2e3255ba6e52358 0.01 MB 13 33
175,024 175,024 0000000000000624e52937a6cd31a44e79aec3e789217ee4b7c4379bab5586b2 0.02 MB 55 92
175,023 175,023 00000000000006f40dce0735d04dcf008969b3aabb8d513274995519f5693d72 0.04 MB 81 129
175,022 175,022 00000000000000ba73669a1286168e0b26e111595d5e97e069c414d81b7811a5 0.00 MB 9 17
175,021 175,021 00000000000005e2c0001444f5c083f10f9acb23b1d0c4a5eaafaea5fc0ce955 0.03 MB 73 195
175,020 175,020 0000000000000753b405ed3a0eaf1abaf13c18bf28c58eb0627d5b25f43b0841 0.00 MB 6 34
175,019 175,019 00000000000001b162657685a827c034289c983d3f58a7a5a11669fe7bdbeb8c 0.03 MB 34 60
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,615.72 GB sent, 92.69 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.