Memory Pool Memory Pool Refreshing

1,025 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,016 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (747,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,716 160,716 000000000000006c64b2fa9576698e556a46337ec9b201120b21563119fed357 0.00 MB 14 15
160,715 160,715 00000000000005dec1ef357ab6161d49a0daca538e8c4d58b4407416a7011a13 0.03 MB 40 81
160,714 160,714 000000000000070bf59c8c92cfd482207c061306ccac7501c924427a83c110be 0.02 MB 50 425
160,713 160,713 0000000000000880f35d414ba6531ef9cda6edcf1919b23853765790491b75f9 0.01 MB 14 107
160,712 160,712 0000000000000078b7d3e8b55574e2ef3b921186d3798d0e60c25a6abf1d356c 0.03 MB 117 10
160,711 160,711 000000000000029a42841c6617a1c5283de127ec2cc6475ac251ff737931db09 0.05 MB 62 58
160,710 160,710 0000000000000b4da9732cb166c2c99a23d6442a6b3fa4c7c113050a9e70ca4b 0.02 MB 68 323
160,709 160,709 0000000000000d293170d9f815cf86f0cf4b1da275a91328c33f3c3f4f316e7b 0.03 MB 25 29
160,708 160,708 00000000000001e9e3b0bd46c3cef156fa0d4465eab6e43d1d048e3b347469d5 0.03 MB 31 3
160,707 160,707 00000000000003fa7d79dafaeb3ce18ce7e47f432a90602c162b012aac4175f9 0.04 MB 87 131
160,706 160,706 00000000000006d47b4bb80ade38ccb3a33dabbef6e4e8dc3b2bc7284969dff9 0.01 MB 7 8
160,705 160,705 00000000000004173833beb0ecbd4c82bc646d8c21ee84d653c1c8c2729d3341 0.00 MB 10 326
160,704 160,704 000000000000011a104758d08861156d624392b190536ddfe5ac503813529db0 0.01 MB 14 23
160,703 160,703 0000000000000bfcfda39125e64fd35aa590908dcc31ee774bfd5d6e6005da6e 0.00 MB 14 117
160,702 160,702 000000000000006ec8c967a2d1c98ab06b43dad7b8bdeddd4dee2bf7c2258071 0.03 MB 47 639
160,701 160,701 00000000000007f3c75b67f35b7f79ab15c41ef80492cca8c781dace5180ec53 0.05 MB 100 425
160,700 160,700 0000000000000d0b82afb23e0e65856abc57453d91c51ed7a2851a57bf8c86ea 0.03 MB 44 247
160,699 160,699 00000000000002fc98ee6da1a0ee3a969dfd9ede7d6a44b95d1ac8b357bf0638 0.03 MB 53 235
160,698 160,698 0000000000000d42558cd2444bee11769bf076edae50d162ba68748a6ee83acc 0.05 MB 164 7
160,697 160,697 000000000000088aa3b95a9c223bd5e1be060cf07806e8e22fee2d639d55e703 0.02 MB 53 56
160,696 160,696 0000000000000d58263823825faa24f00913fe40169399396742646271a40e13 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.