Memory Pool Memory Pool Refreshing

20,572 transactions
26.09 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
863,371 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,370 (731,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
131,548 131,548 0000000000000fba587d06db9182a7f20bdfa5f169774e17485fa5c8cb0c723c 0.01 MB 28 1,036
131,547 131,547 0000000000000f7b8d840bebc9a6db1fe8f6cbde50a8110ad1dfebd4ad1720fc 0.01 MB 30 1,029
131,546 131,546 0000000000000f443122d8bd1b076ebc90a52bcd85d96cbe8a3651f11c653426 0.04 MB 120 337
131,545 131,545 00000000000010d628d79414ca468e6a61848700880e328c5ab4822a5b606df9 0.02 MB 54 568
131,544 131,544 00000000000008f7e9726ff21c97eb1e8ca0bd71f33f92aa13acee23157461a1 0.01 MB 24 957
131,543 131,543 000000000000023da6a2fb485eedbdebcc877fc7f975eebfe5cac15fcecc9f89 0.01 MB 17 0
131,542 131,542 00000000000004b285a27035ca3e770b4f7f8c7ba6181e17411cd2f35f016734 0.00 MB 10 1,855
131,541 131,541 00000000000006a4c9fc2995740e9f3cae77739c669ea43e89af786b0bbf2627 0.02 MB 44 786
131,540 131,540 00000000000001603ea07cf95d2824264eb9023746aa83eb5f7689db38d8ce06 0.00 MB 10 1,897
131,539 131,539 0000000000000725f31fc8b4a406debc4c66fcd0c9b38dbb6961226774d2b5b2 0.02 MB 39 906
131,538 131,538 00000000000005cfa4f7ebac30c4f83361ce19821d716ba3a34a04451e34daf2 0.03 MB 108 417
131,537 131,537 0000000000000c5220f6a6038394fd541fdbc02cd2717a9193e352fb198f0046 0.00 MB 14 1,092
131,536 131,536 000000000000096602ac2f027a74779e02360c4e95463f1c182caf217bd8835d 0.04 MB 76 651
131,535 131,535 00000000000008439df3be39566713d70370cfb26eb4c81255e4262e4292a156 0.05 MB 158 62
131,534 131,534 0000000000000c8a9c0254b32668ad25516085af36ee0ad21c3b70db58c849c4 0.03 MB 48 0
131,533 131,533 000000000000068e1620e20645b9982e0c6a5802a0494c58679d9ca78a4509ca 0.04 MB 64 1,559
131,532 131,532 0000000000000422c18f925c7b5a8ef52a1e10c5aea023c99192504e4247b54d 0.01 MB 9 870
131,531 131,531 000000000000110d92c160f98dfc55b090f984ec95db3f48496ad5757db7fb7b 0.01 MB 19 902
131,530 131,530 000000000000095ddbca31e118430744800429631a89b9baaa04e409750388c7 0.01 MB 15 1,374
131,529 131,529 00000000000007c3f3d7c56c5252ae3a1e1a6129b9c13dc088c335845be7541c 0.03 MB 49 835
131,528 131,528 000000000000126ae3a83ec0307b7b7fa8261bfde27e6a54e88aee3b0393ad75 0.05 MB 176 180
Previous 10 blocks ↓
Total Size: 686.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,491.23 GB sent, 117.20 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.