Memory Pool Memory Pool Refreshing

1,439 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,290 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,439 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (848,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,256 60,256 000000000e30f6f41bd50c7590c183e3a67f20629356c88a006144faac302425 0.00 MB 1 0
60,255 60,255 0000000008a3b9b3e3ef4d515c05d5746ce37c99a08ef303273dac1ff2559a47 0.00 MB 1 0
60,254 60,254 0000000005b6714a303cea734e613785693978161ef1564e82348d7df2092c07 0.00 MB 2 0
60,253 60,253 0000000003d448dd98bc67c79fc73105b2e48594e178a01e69e946494523a7b7 0.00 MB 2 0
60,252 60,252 000000000505eea9e972dcc67dc751c39a1258531b7f597d131ed42a3163e2b9 0.00 MB 1 0
60,251 60,251 000000000c40d39cc8ec4ec014ff1665322fe5a6626b8f6c6ae9582781e6272f 0.00 MB 1 0
60,250 60,250 000000000769719dc8181697ee4fcba392dff9919360fc7f8b26f18ff3c1abb5 0.00 MB 1 0
60,249 60,249 0000000006e3a989f02efa422fd19b7a6c40d04b2de88b259a25ec310744d3ca 0.00 MB 2 0
60,248 60,248 000000000658df565033447be298ec207293f5cee09a3bac3775bb4fc9a67678 0.00 MB 1 0
60,247 60,247 000000000f4bce52c755d6144289ca155ee0f7c6ba1f005f73c6515ac86fe05b 0.00 MB 1 0
60,246 60,246 000000000110b180f5bdc75ddb36ebe74d957c1849dd847b80c778b0d12da575 0.00 MB 1 0
60,245 60,245 000000000a12817a85ec3ca648cf3f1b8671acb417c46391edc316563cc5d038 0.00 MB 4 0
60,244 60,244 0000000002b72a60c70f34db8067bf7870d8687f12062d388da4d6471683c732 0.00 MB 1 0
60,243 60,243 0000000003381733df8260fd733340c70572d855051f02b4ea1b3c9ab2b99dcd 0.00 MB 2 0
60,242 60,242 000000000c0db1252559b8233b0795b0669fd89c121f8fc47847d23f0a78b7ba 0.00 MB 1 0
60,241 60,241 0000000009ce9b453e9374cdbc9c62ac6b3b3753d4642deeabd60ed8100a38b3 0.00 MB 1 0
60,240 60,240 0000000000d123517880641688783fe60426d2e3c48aaf7f4fe511e6075e4a0f 0.00 MB 3 0
60,239 60,239 000000000dc257ccdd229d45bd3e9741998ddf17d809343d53137bfea072c216 0.00 MB 1 0
60,238 60,238 000000000eac15ff79cc4e6eec493bed6b23b3ed774a0b71debe891e513e9d71 0.00 MB 2 0
60,237 60,237 000000000b251996def29203e569c9bf8d34d06a9fa8ac47b0cec97045cbe574 0.00 MB 2 0
60,236 60,236 00000000067c9bbd164355501ba1ae0d3a5d4d088e5bb9cd8a8df4332ac37ddb 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.27 GB sent, 98.28 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.