Memory Pool Memory Pool Refreshing

53,154 transactions
25.53 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,367 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,073 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,366 (528,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,665 341,665 0000000000000000020886746735604ac4a2c47da18a1be64d0ceac9881708d0 0.80 MB 1,103 18
341,664 341,664 000000000000000007e822c4bec2de94e251b8e3b49d6af92a4c044c124ead8e 0.75 MB 790 19
341,663 341,663 00000000000000000386b70fa4eb24da5ce9357af361a03d563df9172f3fac67 0.75 MB 1,396 31
341,662 341,662 000000000000000016db9cfd8a1204c616e1579ebd9e86c1ec809d27d07b10e1 0.22 MB 512 37
341,661 341,661 00000000000000000bcd4473f793c19b585295d807d779bcfb4cb395fbcc6535 0.90 MB 2,302 33
341,660 341,660 000000000000000013b98c0e238e09e88f79a74e659898061d44b64f996f7e90 0.19 MB 375 25
341,659 341,659 0000000000000000012119b2621658361c9cb2811659e242123dc6976b50497e 0.06 MB 144 38
341,658 341,658 0000000000000000134763e5488fa5aae252205991170749392aed7b226f6de7 0.19 MB 355 26
341,657 341,657 000000000000000016e20d7853d9c03efdda1eb5050a522091e2868a3b67b7cb 0.03 MB 82 55
341,656 341,656 0000000000000000016c72164f6fb38820ebaf9b30a293b2c45376234f5cfea5 0.09 MB 176 21
341,655 341,655 00000000000000000abf693ad8c933fd391eb44df5b434808fb98a009032856c 0.06 MB 90 13
341,654 341,654 00000000000000000dd689f212acf2935662f3cc2892f8fdb0d776d51a710231 0.66 MB 1,204 25
341,653 341,653 00000000000000000dfad50f70c90d49811a2d2f76bd540de42fe1c8283a9515 0.57 MB 1,143 27
341,652 341,652 00000000000000000e548adddadaea622aca753ea0738bb9339d68718f7e95a4 0.21 MB 264 20
341,651 341,651 000000000000000002967ee375cb418af4b8013ced7f978cb70106afe26f091b 0.20 MB 358 35
341,650 341,650 000000000000000002a1c66c663d178919fb8cb029a8012b8d495f6faff6a7d9 0.46 MB 905 27
341,649 341,649 000000000000000003acd936dd5bff37185e235b522ab559d62ca22518b11ea2 0.19 MB 221 15
341,648 341,648 000000000000000015bac5ea85f3f3df7b81d6f726aae5a8e14638fb33f21182 0.10 MB 163 20
341,647 341,647 000000000000000018280169276abdb79a214f00f65b17026d868702f1e44805 0.60 MB 601 15
341,646 341,646 0000000000000000092e69dfbea2069a89cd62cdbe1bd3d4326c1ffa01dd292f 0.85 MB 2,170 33
341,645 341,645 00000000000000000c9a3f1a096ac5217547e81c0669bd54669d6645ecc57659 0.27 MB 549 24
Previous 10 blocks ↓
Total Size: 700.13 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,249.09 GB sent, 211.26 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.