Memory Pool Memory Pool Refreshing

3,974 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,299 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (693,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,620 214,620 000000000000009a557f4c08023dc29145a91b31662698e6f15287de36efcaf0 0.06 MB 123 153
214,619 214,619 00000000000003bb8298d938f340ee6ffb2ca9af863af811ffdd2478dd5ead5b 0.01 MB 32 417
214,618 214,618 00000000000003cfc8c5b64018f0bc4930e2f7076ff85945c685d3c8fc566d58 0.17 MB 376 165
214,617 214,617 00000000000002b32ebda1cdca26b030a51c6dc91af7dd537f68fa87f868a4d9 0.06 MB 165 286
214,616 214,616 00000000000005097778170e419529f546ccbd65c6d63e7a73128d8ba7ccdfb3 0.02 MB 40 153
214,615 214,615 000000000000022290ab4ab76f0bcacff6eed8f75e746fadaff550e32dc495f8 0.01 MB 47 1,111
214,614 214,614 00000000000004e990a87b1551d43ecd220c0fc72e4d43329e43cb7f6fdec76e 0.05 MB 113 366
214,613 214,613 00000000000001237f22c958532af730b25429221bab08c5af416f225d4d7b3d 0.01 MB 15 148
214,612 214,612 00000000000001a13bf25aea05fea03db5deef9d3739e6a11ecfebf6aa2bdcfc 0.06 MB 143 242
214,611 214,611 00000000000004a32a0b59ad061764c8bc0cd634c16ca56dd3f3793412e47c1e 0.17 MB 350 289
214,610 214,610 00000000000001c958058366dd80cb12ee73b97481e806ba8aa13a28353a235c 0.01 MB 32 158
214,609 214,609 000000000000024105c1dcca81b4d4677a4934497ec8eba3397888c8f9c6e135 0.06 MB 154 164
214,608 214,608 000000000000013a82ccd9183d6d12ae61258dfbc6373abd444b8478397e6588 0.23 MB 347 122
214,607 214,607 0000000000000453a938b3b9d639206166b29a43f08b6667c292fd0a510aec32 0.12 MB 315 215
214,606 214,606 000000000000043e5fa8e91cd969d48dc9c9789ea4baf1489bec10ad5c552b7d 0.00 MB 12 78
214,605 214,605 000000000000039f848889b1bed7ee48a20862cd6aba5f036a048dc7e40ff7a1 0.03 MB 61 346
214,604 214,604 00000000000002142b43d778f558e2cf5acba7938ea47fd4db4e9a5389b28d20 0.05 MB 111 212
214,603 214,603 00000000000004ede03d361d33ec6159f8ef768d3c5b903a729b0d78516e6d1e 0.19 MB 253 119
214,602 214,602 0000000000000196c613ef5f90b13199f0b4179ec11d66e549ffee79497caa35 0.16 MB 512 347
214,601 214,601 00000000000001d8611d462027bbc9285a9193b1261be9ad09ba042d0f6ead31 0.00 MB 10 184
214,600 214,600 00000000000000f63d8dcfe127dad92d922ef41075cf5de227b5e7e6549dd80b 0.10 MB 216 232
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.