Memory Pool Memory Pool Refreshing

14,053 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (614,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,381 293,381 00000000000000007861d6d8d73b6c31a5c8c0f41119adce3d6516e4d80e0f8e 0.08 MB 155 32
293,380 293,380 000000000000000036b7ebe5c9288946380836f61c83e8169e21ad11dc3c09d4 0.05 MB 128 30
293,379 293,379 000000000000000026fbfc3b9f432f294995b403d8fb8fef75f8052d5023d758 0.00 MB 1 0
293,378 293,378 000000000000000002b19641b82049708d6a2ee4a68e478a12952446e163fe51 0.28 MB 553 38
293,377 293,377 0000000000000000495a823b1d036c864390d9c3fee078add56ea6f4ee97b3f7 0.34 MB 603 35
293,376 293,376 00000000000000005b54edaa6b8bdd10d3efb91841626092be1c900d4378a8dd 0.03 MB 62 29
293,375 293,375 0000000000000000a44c1ce041f685f5c725d6fb6a660358f04a5a5322fa4e8a 0.38 MB 550 30
293,374 293,374 0000000000000000485620aa56d1a61c14f564233336772f3211f987fc390000 0.02 MB 22 54
293,373 293,373 0000000000000000cb2a232077ece83b46a75cce31cce6ccc795bacbdd2322ed 0.22 MB 278 21
293,372 293,372 00000000000000008cb0df7b44bed5e9a5379f10daa7c9903d9924c0e05e3700 0.01 MB 32 56
293,371 293,371 0000000000000000c9e4d18b5cc10d532f14c18fb651cceb4b84504b40db8fa3 0.16 MB 227 26
293,370 293,370 000000000000000008b91cf49409ac542ef04f3c265ee05cc68f4a2e7bbd3986 0.20 MB 366 32
293,369 293,369 00000000000000005749790c83dd1c7140646d52364a4fa82de59f10abfbc3cd 0.01 MB 16 24
293,368 293,368 00000000000000008ac7f238fc9779c90b31d3606a1ea4b756aec21cebc50c21 0.13 MB 228 28
293,367 293,367 00000000000000009f6afdc1d7b9c1dffbe10c58f7c5de8125685496b3c3dcd8 0.05 MB 68 28
293,366 293,366 000000000000000014a8997e4446a78c9961074ca41df230cc6245557adb6d33 0.11 MB 104 18
293,365 293,365 0000000000000000a82aedad604bbe13a96bb95994e56a6c05a80789037d61fe 0.35 MB 629 38
293,364 293,364 000000000000000042a9f211d800810391a20a1e111dbb6cdff7c8d8eca921b2 0.30 MB 381 23
293,363 293,363 0000000000000000287723d33c25d3b94702251185d28cabac8d2297ee3925ac 0.08 MB 256 234
293,362 293,362 00000000000000005ad70c160e22d1998a681dfcf6bb1c3043a2c4fb4136645f 0.06 MB 102 37
293,361 293,361 000000000000000081162468e8b0c1824a3a54ae5b4fa9d8a5cd3cf4610849f9 0.47 MB 377 18
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.