Memory Pool Memory Pool Refreshing

67,301 transactions
30.33 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,242 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,040 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,241 (343,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,043 529,043 0000000000000000002c90362cef61a8afe9c7da768fc269abd959f29136d465 1.12 MB 2,261 43
529,042 529,042 00000000000000000027d6fd930cc7267e9b065b274f7dcf643b7deca6f7a33b 0.62 MB 945 29
529,041 529,041 000000000000000000168e621604bf4aeb453d4db4e091c83fe1bb6d969d33e9 0.45 MB 710 32
529,040 529,040 0000000000000000002978787c85718a42250e52e82a4eaaa2aa4c73df6d5497 0.64 MB 1,310 30
529,039 529,039 0000000000000000000038d526878894d87984137a8f2203a913f37c8989a715 0.00 MB 1 0
529,038 529,038 000000000000000000368ad86fe9d50b1b19f10b581183b94e03ad4574558a6b 0.04 MB 75 36
529,037 529,037 0000000000000000002f6bf10f8373f575a7357d8af46c5e55bcb209e47043cf 0.20 MB 337 56
529,036 529,036 0000000000000000002ee7143d6aa7a6a16082e974daa9bf44c5a4a34b831a9c 0.26 MB 644 39
529,035 529,035 0000000000000000001dc40aa36764a326d720b4bbc2b02b47aea5193b82b4d1 1.11 MB 2,459 42
529,034 529,034 0000000000000000002f49aba7c55b164b285b54d78badd6d5401e709f873458 0.19 MB 353 18
529,033 529,033 00000000000000000002c336d709548d53bc9fa5583d8e2db655939b85da5700 0.01 MB 16 3
529,032 529,032 00000000000000000031c342f920a0ac0c9452c25accc69390104e2f62a9ea29 1.14 MB 2,219 31
529,031 529,031 00000000000000000008c33cfb00730b5dd4e31f4d188c68fd50cc3c22e5a7d0 0.66 MB 1,127 3
529,030 529,030 0000000000000000003382a0eef5b127c5d5ea270c85d9db3f3c605d32287cc5 1.11 MB 2,254 52
529,029 529,029 000000000000000000001542470d8261b9e5a2c3c2be2e2ab292d1a4c8250b12 0.07 MB 191 33
529,028 529,028 0000000000000000003147c5229962ca4e38714fc5aee8cf38670cf1a4ef297b 0.48 MB 934 38
529,027 529,027 0000000000000000002afceaeec4c0121666caf61fc08883561cd5ce4434e3ea 0.58 MB 1,229 43
529,026 529,026 00000000000000000037024a13e24b00bc951c7fc05a491a54a75b122dab01e5 0.56 MB 1,163 16
529,025 529,025 00000000000000000021b961c27039413c621ad2f85ecbacc226c37a8c156df8 1.07 MB 1,149 10
529,024 529,024 0000000000000000002ec2ebd2044d537c14d7e74e2d42b434b91171a6865a7e 1.02 MB 822 49
529,023 529,023 0000000000000000000af18541d480ed4f1d5f301f42c84f18f6cf6a2435afdf 1.00 MB 533 50
Previous 10 blocks ↓
Total Size: 703.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,615.18 GB sent, 235.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.