Memory Pool Memory Pool Refreshing

10,197 transactions
4.65 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,120 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (372,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,369 535,369 0000000000000000000ec1281956301a756ae976504ea30203a4603d7401f8c9 0.46 MB 1,085 18
535,368 535,368 0000000000000000001ba11a36e2d6b5d3c758abc616f4f0b537e03c32407914 0.00 MB 1 0
535,367 535,367 000000000000000000093c7d2092deb9818d92edd5babb06ec2044fb85b3e74f 0.62 MB 1,258 14
535,366 535,366 0000000000000000001025a2688e4efe69bd09cd4aa29683edafccc7276c6d72 0.54 MB 1,118 21
535,365 535,365 0000000000000000000d78170e5686862164904be9a9f2a533a2cda1e3f8dbf9 0.16 MB 406 12
535,364 535,364 00000000000000000025ed92134ff90cee0dc54313aa6b038889a8a1caecdb97 0.66 MB 1,523 18
535,363 535,363 000000000000000000043781ddf2fd211ed4e5e0118820b084ed09a5b9d84ef3 0.51 MB 1,039 12
535,362 535,362 0000000000000000000e6a6d4707dbf86c04867c6ba519d0656619f3b5767ec6 0.79 MB 1,573 13
535,361 535,361 0000000000000000001f3ae71ad80e30b9a8d8796494813f15a1b0e41df4d7f1 0.95 MB 1,739 16
535,360 535,360 000000000000000000074b6e028342e1bb65653e1cda21e3d94925b0a51f8dbe 0.33 MB 465 1
535,359 535,359 0000000000000000002b78dd23e861d0533ea471e0d048a898e76073fc85ad6e 1.18 MB 2,443 7
535,358 535,358 000000000000000000077de48640618c0ecbe1e712d57b177b2a63719c2ef7bf 1.11 MB 1,804 35
535,357 535,357 00000000000000000002ac260d03d8147957a03b488bb0743ffd42b54a46be6e 0.19 MB 363 13
535,356 535,356 00000000000000000021984e4eb23a55d60c2d4431cd7a37c0847f22104e54b3 0.06 MB 166 13
535,355 535,355 0000000000000000002be7c1b3c849cb1994257d66298b66a1948c78ed79e5f3 0.54 MB 486 14
535,354 535,354 0000000000000000002c6f6c2c909139758427eb9908b4bde3bb80999da629c8 0.41 MB 847 18
535,353 535,353 0000000000000000000e254a6a382201780c2e873de50a9c0f47fab010ae37a1 0.45 MB 773 12
535,352 535,352 0000000000000000001f6b121f4754c5552d59007b3190fe5d4021868c5f0264 0.52 MB 747 8
535,351 535,351 0000000000000000002ee2a61081290c519776e61d68c51bef1f0127181d2d58 1.40 MB 2,416 10
535,350 535,350 00000000000000000005f0b2024867a89441c11133f37a0c92817c665fe19580 1.11 MB 2,420 22
535,349 535,349 0000000000000000001134b306e0f106cac391a5055984c9cf4fc68b6384bf67 0.84 MB 1,583 10
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.71 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.