Memory Pool Memory Pool Refreshing

5,648 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (612,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,364 295,364 000000000000000097094051edfe9232eb733fdcff77803a19fe229f5a0b3d7f 0.04 MB 112 34
295,363 295,363 00000000000000002ccdac34145927320c63fb2ccaa1a2179bf239bd648a5782 0.34 MB 265 20
295,362 295,362 00000000000000001ad8a922e806bcf33be76d0641fd8c3c5a6f48cbb69111c3 0.52 MB 743 23
295,361 295,361 00000000000000003db9ec8c8e5c6d09e157da79cc74a612c6d4e80e8f665062 0.35 MB 593 36
295,360 295,360 00000000000000008b3776e08734660a0a90b9e3be71d08776665902b3bbe77b 0.35 MB 489 42
295,359 295,359 000000000000000017d36031d374a42740ea18c5d378ff91bcc6ed378748c4e7 0.33 MB 275 15
295,358 295,358 000000000000000078a6c9038022049e1471e912545045fad24122de1ff68e6a 0.50 MB 1,258 47
295,357 295,357 00000000000000004717ee7ca76aa8fc9a989f3f885529a52b481a5041aef31b 0.05 MB 83 31
295,356 295,356 000000000000000048cd07a36b363faab898bba6384bcc04c55ceb9d035ba2bd 0.36 MB 514 33
295,355 295,355 0000000000000000432daff61f8f5d1cd5098e6bccdf9f40c7eaa4ae528b60f8 0.19 MB 255 32
295,354 295,354 000000000000000073688ef6ebeca5577447c6d631683cd34c57594efb87cf5e 0.09 MB 72 13
295,353 295,353 00000000000000005419e97e64fe9eedb4d1679972ea389a82589703adaa7a80 0.31 MB 480 37
295,352 295,352 000000000000000055e67cff101b36b84d4556564c997c85871f06cf7a05eae7 0.17 MB 41 11
295,351 295,351 0000000000000000099f30086fff5523f88e0d51796c4cacbcfebcd0b84a92cc 0.33 MB 601 40
295,350 295,350 00000000000000003fc624b03d6a88c8ca98c86c708aa8a568ef4948564a290f 0.23 MB 380 29
295,349 295,349 00000000000000001a780efd2691596fee0e41172ca918f4c7f2e9018fb413b3 0.58 MB 1,041 35
295,348 295,348 00000000000000000ca494f0eb2cc7708b051d63b758c3ff47a36d341aa785f1 0.01 MB 24 39
295,347 295,347 00000000000000008817b57809bea3193e9b02de21c02666e03407f3d7419f3b 0.13 MB 140 21
295,346 295,346 00000000000000009127572efcc828b812edc68249859aad1a24b38c38b64565 0.10 MB 256 44
295,345 295,345 0000000000000000ad5423a04571ab05b0a8f21091fe716d281592497a002d13 0.07 MB 141 32
295,344 295,344 0000000000000000232279c8c52784bce98a7b785562fed4481977225e19fa12 0.28 MB 571 33
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.