Memory Pool Memory Pool Refreshing

10,353 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (593,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,291 314,291 0000000000000000293cff120461e5ecd4f3570c859e41091df16e23ef5b510e 0.13 MB 260 29
314,290 314,290 00000000000000001eaf36992995472c81eca07a6017adbc1c766f5659132e7b 0.14 MB 266 23
314,289 314,289 00000000000000001c1747244e9425de2e076c15e71c57968d4ad6cedef877fa 0.38 MB 767 30
314,288 314,288 00000000000000000923de1defccc8703c60e504e8e2c59410c96df2b8057301 0.26 MB 449 26
314,287 314,287 00000000000000002e5dd0ccd4cf092127e7c349df95d06b899c4f2fd6219aa8 0.63 MB 938 29
314,286 314,286 00000000000000003437c665e5f29478898ceda484a7a9ee115ff850004ee075 0.45 MB 796 39
314,285 314,285 00000000000000002dcd9a346479754e01c9894bb8dae4427e011fbf4912abaa 0.29 MB 420 24
314,284 314,284 00000000000000002d614450dd4beba5f84ac8c28aed740cf5cfee9d8341062f 0.10 MB 256 27
314,283 314,283 00000000000000001e08b21f23d8823c09bebcc4733f5052edc9d891b55d585c 0.67 MB 1,255 28
314,282 314,282 0000000000000000317c4e04380a27e37037c4b66d5926a1f8e318a2c1206e0d 0.18 MB 286 30
314,281 314,281 00000000000000002ca4c1e087774dcf5e623ec431adcb3cd6e9e08f0f14786e 0.73 MB 1,256 29
314,280 314,280 0000000000000000231d5aa5fb01b0796bb75b2507aad6e9163996cd4373c680 0.00 MB 1 0
314,279 314,279 000000000000000013783443da33c9563c1a1a1cc284fc5007abbd1684a51a4e 0.23 MB 401 25
314,278 314,278 00000000000000001d4bde0cd2ea1274c614fefc95b5a707e357bd9a57b63513 0.39 MB 645 22
314,277 314,277 00000000000000002efc5ff13283834df6cac9dcd9c4fa256ab922dc45abcb25 0.49 MB 1,044 30
314,276 314,276 000000000000000037ceb2d41509f0472bb101a9d64652eae92cb9bb879cdcfc 0.10 MB 165 23
314,275 314,275 00000000000000002f07df3cbe0a366493d269456fb21d5bed91b64b661b594c 0.05 MB 128 37
314,274 314,274 00000000000000000e1dba049a658a6fc72692177d50c64c3c1bbdf45a007ec3 0.29 MB 466 34
314,273 314,273 0000000000000000001b838420278c052776899d427d0be9daaf8a7d6342d553 0.22 MB 395 26
314,272 314,272 0000000000000000188476923969a38f79debfd515f45a8019d35d909292845f 0.24 MB 216 2
314,271 314,271 000000000000000011aea1f8af2bab98a7f9152681e698af7a712de3b606c2d1 0.31 MB 437 24
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.