Memory Pool Memory Pool Refreshing

8,742 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,016 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (573,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,183 334,183 00000000000000000cb634f6dc0aa0cb77349d1010be04846767a598625ca17c 0.19 MB 375 21
334,182 334,182 00000000000000001afda0a9ecc2bb689c6253e1e46fa68d688775bbecb75903 0.60 MB 808 18
334,181 334,181 00000000000000000394fe8c94a09923798d8666410dccb885aef128be4a3a29 0.75 MB 1,460 26
334,180 334,180 00000000000000001b057d34f609f2219ad7914700e0ffe01a6b8cb435aff96f 0.47 MB 840 31
334,179 334,179 000000000000000001bc93b4505701dc1dd7203318be72b90a592adb18f54565 0.02 MB 64 33
334,178 334,178 0000000000000000175fde4d669c8c80ff7d52e607ae4b7db394b8e7ac19de44 0.24 MB 531 29
334,177 334,177 00000000000000001ac9586138e94065401307f76ddad8eb0bbaf47c5b51c206 0.67 MB 1,319 30
334,176 334,176 000000000000000005ecc55c9aa406f33cbdcac97e14e2be1a2090ebacc57530 0.03 MB 66 14
334,175 334,175 00000000000000000a5752ad3a8bbde44570673f569b7624c678d9e3be82b5b4 0.21 MB 404 21
334,174 334,174 00000000000000001ad5148f97a4be3ac611fa452948a3552106ac4794c81559 0.00 MB 1 0
334,173 334,173 0000000000000000011fd588d5bb5d4a229e9fccb756a0fb0429fa6f5cd7ddd4 0.28 MB 600 26
334,172 334,172 00000000000000001271ef54f4411f7bfc8710b633bb068038699bf7db0e98ab 0.68 MB 1,307 28
334,171 334,171 00000000000000000980268c8d8016c6f28d6bc6ae3ee15a7aa8f4de866a21d5 0.72 MB 1,414 26
334,170 334,170 000000000000000005f6ee29672a54e5ddd0d6a3dd70c5b2515f2901ef94186d 0.07 MB 50 6
334,169 334,169 00000000000000000092537439a877ffe1666f66146e1821c11f01d5da87b927 0.07 MB 49 8
334,168 334,168 000000000000000002eea9e1cf9bb6242a21665ce741a34ada36e1ee58af476a 0.43 MB 384 13
334,167 334,167 00000000000000000e2b712cb20def75c109051cff8eec1a1f1de8e8d6744c35 0.75 MB 1,366 24
334,166 334,166 000000000000000010088893cc1f31860ee4aca1cbdf037cf6147002bbee9af3 0.35 MB 1,030 43
334,165 334,165 00000000000000000e434e95907082a9fd7536b18cf630e00b39052f40e56da6 0.07 MB 170 29
334,164 334,164 00000000000000000e02e57ef219a3797b1b8c439733def4da8ee5526e95d67d 0.06 MB 93 29
334,163 334,163 00000000000000000b349040a3a089ba316198e08462a0652b857c56c836e929 0.20 MB 442 27
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,621.32 GB sent, 92.91 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.