Memory Pool Memory Pool Refreshing

538 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (650,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,912 256,912 0000000000000014a6eaa1910d140381dc978fdf658c86f101d32f35a754df0b 0.00 MB 12 84
256,911 256,911 0000000000000017c314734d9811f521afe45595799450172c1c36bb4bc821e3 0.06 MB 128 98
256,910 256,910 0000000000000007d5a8419a60060c2d1e34b31e0f0ffd1c604e560ab3c73b50 0.09 MB 118 70
256,909 256,909 0000000000000021506cfe42c1ee5af9a5ee7c080a5492a06563578197343bbc 0.01 MB 38 128
256,908 256,908 00000000000000304451d9192514d378b92e8bc77ecb086ddcd15788110a9853 0.19 MB 370 92
256,907 256,907 000000000000001df2b4cb904b9264fcdf0e3d1d6c73bc0b9789d12cb4a269b5 0.06 MB 123 96
256,906 256,906 000000000000000d54eb3473dc07251b37663ec355dd1863226e2bbaaa36bde7 0.06 MB 130 150
256,905 256,905 000000000000001657794a8c5f21b51110842de685df1e47700bb7f40e83906e 0.10 MB 218 97
256,904 256,904 000000000000000baa0949ffebd1bde7d6fddc1ca4d862fa2c6a7c997cb37951 0.00 MB 5 60
256,903 256,903 00000000000000223ba4c876c1fe7c038c19782588d4c930ececbb6df8b67db4 0.08 MB 188 152
256,902 256,902 0000000000000019f577b544567b776d2cc7822afb3fda68ff84abee09a57c5d 0.09 MB 213 135
256,901 256,901 0000000000000020c8fb26a2ce0df61b30759763b05ab240583d31aa50d41923 0.10 MB 256 112
256,900 256,900 000000000000000885535a9127619ea5fe2c93471fa965600a9ec7dc57e357df 0.01 MB 15 79
256,899 256,899 000000000000000fdcd29fb4d86b3d22626b23cc4ccdc4274988e6fe59cc73e4 0.04 MB 98 119
256,898 256,898 00000000000000240f7f6b5a9053f7c8f98ba14cc71305d69695f532b5ab51af 0.01 MB 18 140
256,897 256,897 0000000000000025b9c431b5486b5be831ab05df8fb6c80879befbbe5b2e1ce4 0.04 MB 111 136
256,896 256,896 000000000000001d6304ea6cd3bf7b0acbbd17904a5fcaf54d3e6a7429966949 0.06 MB 124 119
256,895 256,895 0000000000000009307ec8318dc075450f4393c27a3fada12f0f778a1ae3f636 0.08 MB 211 143
256,894 256,894 000000000000001af4ac437761f765b86ef8bcba5165c67d962d603d3fe50834 0.07 MB 74 78
256,893 256,893 000000000000003047775b226716e370048da03df86b863ba699a10dad225e02 0.17 MB 356 110
256,892 256,892 0000000000000017260e3e0cd5bcf880e9dc0ae5737334100bf0e3db1c06f1f9 0.19 MB 459 141
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.