Memory Pool Memory Pool Refreshing

290 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (611,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,708 296,708 0000000000000000741a6fc202ade908b70eac501f93b7fc16fc338df6d211c1 0.18 MB 512 71
296,707 296,707 000000000000000016261146eb3aaf74f83d459182538cab389ed6a9ec3a868a 0.10 MB 170 30
296,706 296,706 00000000000000000c5d9de1d162a497d4396a52edcd5401cea3db0960342407 0.06 MB 89 30
296,705 296,705 0000000000000000421b498258aae1712dd6635a4d1a9107b804c41d3f23eed5 0.08 MB 132 29
296,704 296,704 00000000000000007e01ecbda5c178c6559e9a648d3a06648bb607e8231da839 0.03 MB 71 29
296,703 296,703 0000000000000000121e942a79b539b6f4c2dffc6feed3088a97bede94d01b07 0.01 MB 29 29
296,702 296,702 0000000000000000361a6b314db72a0ebc7de3cccb95240dd8f9c5c394a06bb5 0.23 MB 342 73
296,701 296,701 0000000000000000719b92a242af8011c9cda95ac8a7d8e749446d5e00b6a7f1 0.20 MB 433 40
296,700 296,700 0000000000000000501148ae551574ff247a761c59ac0baade1457098a8907f1 0.04 MB 83 38
296,699 296,699 000000000000000099176a352b0e9622ef3772ff011d2c51227927744cc0e0db 0.18 MB 363 33
296,698 296,698 0000000000000000438f9c73fe7b588527d4eef6c681f9f2f724dc2e1285d5f4 0.16 MB 218 27
296,697 296,697 00000000000000003cd50fd3c75404a2fc5f82e85450164e9d808af58edb02d3 0.10 MB 256 39
296,696 296,696 00000000000000002a37659eb013a9d1640fce06d82db748634839c3f9ecaa46 0.04 MB 52 14
296,695 296,695 00000000000000000d4fce8ab41748145861f116f12e28a94d931a8dc2902d72 0.14 MB 308 38
296,694 296,694 00000000000000008ded65f8355fcb235d8a0178b750b5638b4c9c5f7955e818 0.24 MB 332 22
296,693 296,693 0000000000000000092f1ba8b7bb554dae1cf0d51de2cef71ca6561009537338 0.08 MB 128 25
296,692 296,692 00000000000000001222293a3617ee91d9685c5abba93872242fa4382bbd9d8a 0.35 MB 879 40
296,691 296,691 00000000000000002f16014e25d58aac829c1c7164c1519bb47551dc86c67fd7 0.11 MB 256 39
296,690 296,690 000000000000000018c90e49be77500712decd134ede058fd9cdf86f36e5e607 0.21 MB 366 28
296,689 296,689 00000000000000000b625c8463fb17f19099f847cff3bbf6cdd0b5e05e2edf6e 0.13 MB 234 27
296,688 296,688 00000000000000007f4b5b0ece4361dd84c822a7dd05625dd560c8f16a2e39e7 0.18 MB 257 26
Previous 10 blocks ↓
Total Size: 769.16 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.67 GB sent, 93.65 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.