Memory Pool Memory Pool Refreshing

1,891 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 1,883 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (702,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,506 205,506 00000000000000f34b57e3bee97172558574a2b2a5d50e20e23b45e28955673f 0.09 MB 128 107
205,505 205,505 0000000000000560d5a72966c1a776d83e5895f5c9abfd1fcd12dcb7ebda7cbf 0.04 MB 94 117
205,504 205,504 000000000000016a5216d9c08bb011255e3acd7a4483fd7a619c1258ae4832d2 0.01 MB 15 99
205,503 205,503 000000000000055ede2d81b394431bd8a46dafd8cd15b3a757b8dd7c22a56d85 0.00 MB 12 17
205,502 205,502 00000000000001e8333cb2c2d2489371a36d5b93d96338e96bcc846d7ee5a46b 0.05 MB 131 188
205,501 205,501 00000000000004ef739ccccade8406ff0bb8a4fafb304fff68ebe8a5856b5ad1 0.05 MB 51 79
205,500 205,500 00000000000000011f32897af953630a387d1741b8cb320660ca76c8542faa1f 0.00 MB 12 48
205,499 205,499 0000000000000199ed1205bf772c29bf21cad0dbf425a51a6620fcffaa384f7d 0.01 MB 31 215
205,498 205,498 000000000000011b8386c4dd1294423d0022e34b80f50a3851b2f6eb72f3ce7d 0.05 MB 151 165
205,497 205,497 00000000000000958e99cddefbec55d16ecca259a42ce89029d57de82845edf5 0.00 MB 10 156
205,496 205,496 0000000000000090cfb456075f4efe71b232442c4664c105da4162ed33d2e9fc 0.00 MB 9 68
205,495 205,495 00000000000004a3cfc3bd786b2cc161b5038a6b3577afd92746b95ce0321149 0.02 MB 36 150
205,494 205,494 000000000000016871311aade9127551f1e1f9bb2ede72b5406c193274ff43b7 0.06 MB 132 167
205,493 205,493 00000000000003165e2991b7982590ad68afb252fd5c0450f6a16a7c900efa3a 0.03 MB 61 128
205,492 205,492 000000000000026ce90c442e11cd273c119e442d9c3f17f59a71dc04a2edf6a8 0.03 MB 50 150
205,491 205,491 000000000000047d539b16efbd4dd1c9ccebce04ab95908dcc9665a6ce7469e7 0.09 MB 178 278
205,490 205,490 000000000000056690a9e46a2ea391e415910f4d15d882829740a89ae5f07cf4 0.30 MB 241 27
205,489 205,489 000000000000034e8fdc0a0862f60d626c757a157843c9982bd7d594c8543ef9 0.01 MB 23 0
205,488 205,488 000000000000053a0f4aa73b0bc2895b04ba212af963f6a57fd91a07b98a53d4 0.07 MB 187 169
205,487 205,487 0000000000000280fffb2bcb8afd997a8a391076d83120d02264cbe0410e8f71 0.10 MB 225 155
205,486 205,486 00000000000003f817b144c9c3dfb95b253108552b3fdb6299e8038ca36d82e9 0.14 MB 249 128
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.