Memory Pool Memory Pool Refreshing

6,286 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,475 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (734,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,418 173,418 00000000000001d4d7cb28cbe0484f05e7a65e9a63e53a99f071b17ec29d5d90 0.05 MB 126 162
173,417 173,417 0000000000000917f14e927cca05bdf588e200bfecf9ac7ccde6f317ceb12cb9 0.02 MB 67 10
173,416 173,416 00000000000009d96d3d708941d46e42309b6cb409ab20cfca3c2cffcd6b75db 0.03 MB 78 131
173,415 173,415 00000000000003db04620af9e6ea2201101f6902dac43be05f033906b31ef4c8 0.03 MB 105 25
173,414 173,414 00000000000008daba7136e89e0b137f8b8127c5b19d1806620e204febab5b8c 0.02 MB 37 50
173,413 173,413 0000000000000043e1d6b12d5c10280658d0dfaac0b611ccff5c0b3ef3fc0c5b 0.00 MB 12 59
173,412 173,412 00000000000008a542707afb073f5b652fc626ba0e5643685a1be6c4c82801eb 0.00 MB 9 0
173,411 173,411 00000000000003e149e846734840d4e539f84ea937646e2527b4f54d64a4e28d 0.03 MB 70 106
173,410 173,410 0000000000000a418ff05b608f55e4cbb871a7b55e76bf24f1454fad06f74245 0.00 MB 9 17
173,409 173,409 00000000000008a306e64c5348b6083041db41d937ea4c5f4bb2bb242c80dafd 0.04 MB 102 163
173,408 173,408 00000000000001ab492f0c6671f21cf2d40914c908670bc48395a5c48b21bcac 0.00 MB 7 117
173,407 173,407 000000000000077707c358b0f6d345b77accf7559908f321d16af660c3f7c4cf 0.04 MB 134 104
173,406 173,406 000000000000074aff878f0bad236f6983915a40063a4eaabf23c5ed1baaad97 0.02 MB 58 137
173,405 173,405 000000000000057a254acfbe5d6deaf28123a9b1f1dbdc762ffc8a0e2d4a1ab8 0.03 MB 90 9
173,404 173,404 00000000000009de28b20f3e2b55158926d7a352fd6ad589c883b81aca29b81c 0.05 MB 108 181
173,403 173,403 00000000000002df1f071cd06c2d13780b076f7e2515e1035ba3b7ec2bbac97c 0.01 MB 16 55
173,402 173,402 000000000000072ff5ff392d96ab2152faea2a349a28b996d79891082d9fd850 0.02 MB 27 37
173,401 173,401 00000000000001349537f718f881801bbcdf4fcc85cb8220413be489dbc91583 0.00 MB 1 0
173,400 173,400 000000000000023496d419ffc0d983af05b1f25e131e9d7befa27f825f006445 0.00 MB 1 0
173,399 173,399 0000000000000694f04f32c2e0660337c1c55397d38191cc591c91a674156731 0.01 MB 28 124
173,398 173,398 000000000000092bbf608e63f3c7c16f512b3b81f9c402b3a33f80ec7032e63d 0.03 MB 99 133
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.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.