Memory Pool Memory Pool Refreshing

19,696 transactions
32.05 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,797 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 802 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,796 (534,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,361 328,361 00000000000000001020c2cc8ed4a4a8ccb0a7cb8e59c29ac11d27aaf4280363 0.43 MB 875 29
328,360 328,360 0000000000000000034fb190ca3df9f2cad5ba67242cf520c3d374d3b908e255 0.21 MB 374 23
328,359 328,359 000000000000000001c6019f02ccd1082d028970e2bc71e298ec323e4335a9b4 0.19 MB 512 35
328,358 328,358 0000000000000000125973ddd68921516ddc6403e963e63da74515cb177765f4 0.33 MB 273 16
328,357 328,357 0000000000000000011b65a979a5aa70210888ee7a11465dd0116096cca19480 0.75 MB 1,262 26
328,356 328,356 00000000000000001d6fb41ee1d7109c395035da04dc45aae9d95360c15aa252 0.19 MB 211 19
328,355 328,355 00000000000000000b3a33194394dd0b68298c8aa92396a937267cd9eb974cae 0.04 MB 104 19
328,354 328,354 00000000000000001a0d01aee228ea414ef21caba05b3e6ab111e285a349f0b6 0.28 MB 399 22
328,353 328,353 00000000000000000e4145e980ff279cbe57c2f1eba0e56cf10b00a754e9830b 0.62 MB 1,265 28
328,352 328,352 0000000000000000124875749573d4a60f1b1e335fa1abf515a7e835c308c0d1 0.47 MB 1,038 31
328,351 328,351 00000000000000001268ce172543b4e18f35662e72df776b20cbbda28a1c807b 0.01 MB 18 48
328,350 328,350 0000000000000000036e14f8a5d2c30c7fe417de015cc74ede260d385ed0aa02 0.10 MB 201 51
328,349 328,349 000000000000000012c23fb71acd7fd2961968fe8d660a1efb9e7471f76cf142 0.06 MB 96 23
328,348 328,348 000000000000000018a0e5fc0d74fb40a46ccf6fb7e74d7603e1dd68d9b7d788 0.10 MB 80 5
328,347 328,347 00000000000000001c51c1973499e6b71e649c1c3068efbb6e77478eb0adffed 0.18 MB 380 26
328,346 328,346 00000000000000001e5b7bc61186d04bdf57312a2054a80f450f5a7d26883a16 0.42 MB 715 27
328,345 328,345 000000000000000010a5bc3657f6bef07a243cef9a48c364cdd19e0aec6e960b 0.09 MB 100 11
328,344 328,344 000000000000000000b834d0461c3393e151b8f8c150069a9a6dfbd837f2cb98 0.25 MB 457 25
328,343 328,343 00000000000000000d621fb154a5f37f8efc951b58f560501785475a921d88c6 0.64 MB 1,331 30
328,342 328,342 000000000000000016bb3d4f21ebca023b49b5d3adcbb042c985325c04fc6432 0.49 MB 948 28
328,341 328,341 0000000000000000091617043c78bc68c822c9e98fc1904e8d39b1cf576f28bf 0.24 MB 439 27
Previous 10 blocks ↓
Total Size: 685.71 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: 1,399.89 GB sent, 110.14 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.