Memory Pool Memory Pool Refreshing

35,574 transactions
28.99 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,254 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,362 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,253 (315,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,575 547,575 0000000000000000000a00193e08382646c20d2ce1e2029ee58deec410207a35 1.15 MB 1,966 4
547,574 547,574 0000000000000000000653cea4a63d3f1853327d19120dae3a673af20aea04a7 1.27 MB 2,248 7
547,573 547,573 00000000000000000021e6d0250541c521407851d54c84a90b6c19b95ef570b2 1.30 MB 3,055 20
547,572 547,572 00000000000000000017947050284317164cd530d50a9705ce2014c0be85cc1f 1.34 MB 2,781 8
547,571 547,571 00000000000000000009d11b901bde393c2d6736b551fcdf88bbff72e7c59714 1.28 MB 2,353 26
547,570 547,570 00000000000000000015a1fdbff51802081a570cbdbfe5297b48eb4a3a113e05 0.39 MB 836 43
547,569 547,569 000000000000000000255eded297446925f5ef66fe0d99dd0d6006b9c3e55c0c 1.30 MB 3,115 9
547,568 547,568 0000000000000000001c33da8e28414a345ab98afd279ce223dd9ccfcdc00338 1.53 MB 3,048 7
547,567 547,567 000000000000000000094087a76da044d7ee195adb4ad196aa30f02c8c3b6ee7 1.47 MB 3,170 24
547,566 547,566 000000000000000000103ddf9c03de1187a60b1e26bbfab8b23d86b0d009f454 1.00 MB 2,853 4
547,565 547,565 0000000000000000002041bbea8f5d133184c2965341ec956c9966f628a38da3 0.68 MB 1,981 20
547,564 547,564 00000000000000000019065605bcee8b604887bf6304dfb6bfe9569065d3ebab 1.00 MB 1,523 13
547,563 547,563 0000000000000000001c5529de7e0f28d925caef828ffd3ce2e862057338d13f 1.00 MB 2,566 16
547,562 547,562 00000000000000000002a0ea91af88a1fe74ccd92176a2935f60d355a9b7e86b 1.33 MB 2,978 20
547,561 547,561 00000000000000000004e2523fcd2fa87f071d50a6f14ed8c9b180eed2453475 1.09 MB 1,699 24
547,560 547,560 000000000000000000130a1088d24a1f6a256969d095be8c7491c009708ed364 1.01 MB 697 58
547,559 547,559 00000000000000000010d9f0dd0db205b7bbdc5d14fe0d330919324b71144fad 1.20 MB 2,816 16
547,558 547,558 00000000000000000006beb7f5af889dc11bab3902c9536e75ea70981eddf5f5 0.13 MB 322 19
547,557 547,557 00000000000000000010aebabe5b15621dae011091951c2d2045ec97adff83b3 0.82 MB 708 3
547,556 547,556 00000000000000000024df2d54f72057fd8ead23bf0beae17c10909dd176ac78 1.24 MB 2,981 14
547,555 547,555 0000000000000000001c64976fd2878fd4e022a38cbbecb9d9912d1048101959 0.02 MB 64 35
Previous 10 blocks ↓
Total Size: 686.60 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,484.35 GB sent, 115.75 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.