Memory Pool Memory Pool Refreshing

12,635 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (630,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,269 277,269 0000000000000001c899a76f47553feb4269619515380d5967480a32906bafa0 0.11 MB 220 33
277,268 277,268 000000000000000251d9a6b6141872c8b9f8054d776ba84fac630d1e4ceec156 0.02 MB 53 50
277,267 277,267 00000000000000008df504a2b7dc672a9c7db5a9e9cbefdf30fba154e1e4443b 0.04 MB 99 44
277,266 277,266 000000000000000015dc05d7d93ce0e1f34d9c8176edd49d4bff2048fb4a7856 0.13 MB 253 32
277,265 277,265 00000000000000012c6fa32b8f90c28f46e22d80d8475c7508433fbcea825368 0.03 MB 69 25
277,264 277,264 0000000000000000359193314d9fa11486ad72b41b8435ac0e8b7e5ba6266928 0.19 MB 298 35
277,263 277,263 00000000000000032d8f4939b4a588172ea69d579533c69fc4b120cd75c8df77 0.25 MB 573 52
277,262 277,262 00000000000000015813448ee06d9edb0b5017288e0ff8887bf9ea4c489fd785 0.08 MB 184 34
277,261 277,261 00000000000000017042cf514ff15cd19c72c4ff712a99ceef57a1209a65707b 0.16 MB 340 49
277,260 277,260 00000000000000018bd985385faf018285b226f73907ad8baa0682c908eb25a9 0.46 MB 896 35
277,259 277,259 00000000000000009e49d9b80ccc919eb750acabeff4e149d721b8ea70f5e880 0.03 MB 63 117
277,258 277,258 0000000000000002f80fee98e314c5ef248d3fcb2b749b482f25aec29a72a309 0.25 MB 693 64
277,257 277,257 0000000000000000e409974c4eda5ad892174f00779bc43c44b9a07f2ce912c1 0.25 MB 489 52
277,256 277,256 00000000000000012dd3dceed11da4c6bed0d6504efbabfd6d64b4be42121298 0.50 MB 727 53
277,255 277,255 00000000000000004acf8adb689ac6d8c645db13ea2ce68e3cb72221730ee979 0.01 MB 40 36
277,254 277,254 000000000000000004a29cf3d8e8681e335ddf0b7d6b93a13efec052ad2f3572 0.18 MB 257 32
277,253 277,253 0000000000000000e707a458c8d02b14d9bada2dde1566f7d771a976dd5ac439 0.12 MB 224 38
277,252 277,252 00000000000000033cb51d3b09710f8a983347b0b0adbe675290408627ed9831 0.03 MB 55 30
277,251 277,251 00000000000000024a517b4a83d0108ec4f09f1015888e12ffbc06fff96e0619 0.35 MB 660 40
277,250 277,250 0000000000000002f07c17d3ae6bdd5e7f6d1746149844fce2aaa84a5fe3b45e 0.10 MB 143 21
277,249 277,249 0000000000000003634b3543f3fc085ffe2ce4964379e45b783102ff13fb8c1e 0.22 MB 526 47
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.