Memory Pool Memory Pool Refreshing

124 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,910 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 105 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (701,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,961 205,961 00000000000001afe7f883887b3e7d2528cb32960471531cd64ae106cb68cabe 0.02 MB 32 70
205,960 205,960 00000000000001ab9d2073e13f5bc5539f6f15ef0d1d3108f8e640111f8b20ef 0.15 MB 366 195
205,959 205,959 00000000000004135ab227cca75ca2f08fad7a222763d25969b9e0a3aab7c51b 0.09 MB 305 137
205,958 205,958 00000000000000c8a4aa6487114433aa7c89825f9a99a9a0af65faa0ad82bbc3 0.09 MB 193 260
205,957 205,957 0000000000000355c600027860ac5b0e2aeba3047b6f6df449845514c67ee33c 0.41 MB 804 164
205,956 205,956 000000000000039ebaa8f9deca1a26dadd43eb3f40c3e3025d97eec03ff47643 0.00 MB 11 335
205,955 205,955 000000000000045153dc07625cf1c37b1414f8e0c5cde21061c55ab11b31c348 0.05 MB 110 150
205,954 205,954 00000000000002e638b3e46790496d95018383fbb00acf2ff8f367beed9dd1a6 0.01 MB 34 209
205,953 205,953 0000000000000510ef73634073ef3497cbfe74db861e374ec0782e42c14da4ed 0.21 MB 587 251
205,952 205,952 0000000000000020d6427691398c3365d700454bd94bd9405a05908eeb429bba 0.05 MB 131 175
205,951 205,951 00000000000001106a0b99086d4836b658ce7274c26a74a9745f98d664e0a5cd 0.05 MB 151 136
205,950 205,950 000000000000008a1845e0cd40493ad4928ff4de2dc570d94e13b48d45c49efe 0.06 MB 125 259
205,949 205,949 00000000000000dea6d8f08cd815f43170a749032517b28798ac1e05ba250278 0.10 MB 290 294
205,948 205,948 0000000000000395d60887683618dfdb5a68afc353523da9de33575d9b87a0e4 0.06 MB 185 234
205,947 205,947 00000000000004ef8c931eec9a5321aa8b48e7358267a4d88b5f8b513c82a7e4 0.05 MB 185 42
205,946 205,946 000000000000020f74197b2d2bf96ee4d8101421f00982c131933b6bf5d74dfd 0.08 MB 190 133
205,945 205,945 0000000000000195314b44f819abaa28148c1a9ae4ca5246fd0408456f751b6f 0.03 MB 86 27
205,944 205,944 000000000000040898f972bea067fa6ca72020a033afc9477c11a9dcc79c1fd0 0.18 MB 425 180
205,943 205,943 000000000000026bf658c0ce06103ca51d12009669e76a202ce3e645a8fc2034 0.02 MB 47 177
205,942 205,942 0000000000000168c9e94b9345cfd4e1f7afd73f3d6856bd57c11f0adf332cd0 0.00 MB 10 74
205,941 205,941 00000000000001d78d9a291c71ecb8a6109dfc9eb3f232e398bec1c836aabfd3 0.07 MB 198 219
Previous 10 blocks ↓
Total Size: 769.37 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,643.91 GB sent, 94.79 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.