Memory Pool Memory Pool Refreshing

2,685 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,654 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (763,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,083 144,083 00000000000005d2200328b5903f29c450708960d2d2cc0283ff93b86ed7cffd 0.04 MB 75 590
144,082 144,082 0000000000000428d3ad4df9269e1e743dd1e767d69484a5eedbc1255e1c6bf0 0.00 MB 15 5,563
144,081 144,081 0000000000000939a3c5437a580e2f4d783a79770c053b2b947ea2abb2629f39 0.01 MB 36 644
144,080 144,080 00000000000002c5b6edd72888e4affdc7768293d94ad686bd180420af680387 0.03 MB 52 2,358
144,079 144,079 00000000000009334b4650bd4584fd85838facd9dd62867b5843dd2cde4eeeb8 0.04 MB 119 37
144,078 144,078 000000000000089005bfa9caecaedb157102e4aceafd1a45dad650d558d18bd9 0.02 MB 31 162
144,077 144,077 000000000000025c9e1d69b76ea51d85e933d8af2ef70b5da4742bfccc90f213 0.04 MB 95 524
144,076 144,076 0000000000000117ef8389d338b41940b6ddf13d7656641acbc6cd2b86d872e6 0.01 MB 31 578
144,075 144,075 000000000000048821e148ef19d61cd041ffb4b614518248467c4729d4f40426 0.00 MB 6 136
144,074 144,074 00000000000002a57268b57447d672a1a7eb76c8c8d1657d9c50a00417f27e61 0.03 MB 46 98
144,073 144,073 00000000000004550ae3de0e9a8cbcec6695ed7deec8c2176a9fcc2571da28f7 0.02 MB 39 230
144,072 144,072 0000000000000363f2fd34921160944b833a6b104f67060984fff24c836b507a 0.05 MB 137 187
144,071 144,071 00000000000005953355434f0682ffdb77ffea8fb05460a8983233744bc374c7 0.00 MB 6 933
144,070 144,070 000000000000001d07c8f16aad189aabd5856408fc359b9e07eca03a8d9964df 0.02 MB 58 65
144,069 144,069 000000000000084f53dc0720dc98d601cbf9359dad0c8a892c66647a35b252d9 0.04 MB 50 203
144,068 144,068 00000000000007a01d5884da7233ef623fc26153d07524eedc140048de9752b1 0.02 MB 40 108
144,067 144,067 00000000000006d737e20d4d0af27be0df0483e2958e28ea5417b05f87499d80 0.02 MB 41 217
144,066 144,066 00000000000000153c10b4863a0886517cf17d27a739e4e26f14b39929e0283d 0.03 MB 72 305
144,065 144,065 000000000000047dce007447fe9ac1690b782616a27ab039d62496abf0b0c3a5 0.00 MB 4 0
144,064 144,064 000000000000015f02b7846ba6563dd57fdbc8e53ccf72e6cfe9a4656e80edaa 0.00 MB 6 64
144,063 144,063 0000000000000387d17f9a41279022741f6c36439de467d68ec1589395b5049d 0.01 MB 29 178
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.85 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.