Memory Pool Memory Pool Refreshing

369 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 363 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (847,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,270 60,270 000000000c62f73ae27c37f3d2e6ad704125df6d4cc7d461580b11883e90a685 0.00 MB 1 0
60,269 60,269 000000000ba518ad7c955810d1f337d2370a71a5e9d4f924aa118853dbc71cc2 0.00 MB 2 0
60,268 60,268 0000000007b1335b53f6b9c21df0e8c4f93d61fd1792becedffbbc484d17ba29 0.00 MB 1 0
60,267 60,267 000000000193d196706ee19b3472ead27ece26cd07b20aeabc56b85f74d9e1fa 0.00 MB 3 0
60,266 60,266 000000000b2f7db6b3fb0ea590b75256e262643198a2ac683728124668bc737c 0.00 MB 1 0
60,265 60,265 000000000713c78da0a22df48a35d10730688c6833339e64ea08764f52f756f6 0.00 MB 2 0
60,264 60,264 000000000c287a9d56036b24d7beee08e1aee5805f4468f47db7638e3b88905a 0.00 MB 1 0
60,263 60,263 0000000005486191d535b6ead7fb41378c22ea2e210c945716cab15dfde24628 0.00 MB 1 0
60,262 60,262 000000000602af03b6a640aec39a175fb1fc149bbc607b54e5f8b33f91f73fee 0.00 MB 1 0
60,261 60,261 00000000012d9363e47c7079d320ef8143fdd38ea00c088f2d66d755284624fb 0.00 MB 3 0
60,260 60,260 000000000ac2d0a2044735d8b0257c7b3c176c9610899a0df9180f268de94103 0.00 MB 1 0
60,259 60,259 000000000a239e473c78f73b8af1530269ee5869ddba509c79216fa415819a45 0.00 MB 1 0
60,258 60,258 000000000f34118cc25754eb8fa286f4a9f151a22f9d1ffdc5ee180f1ca164bd 0.00 MB 1 0
60,257 60,257 00000000018efea3417dc54d0b15f586fc8e0513828cb47d62bb340c1a291e05 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.