Memory Pool Memory Pool Refreshing

73,702 transactions
33.84 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,324 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,389 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,323 (301,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
568,727 568,727 000000000000000000024811da0125620120d70350d866b77639fd858563981c 1.18 MB 1,944 31
568,726 568,726 00000000000000000014211686fd587885582a85a17250137f8a64fdd0dfcaf8 0.74 MB 1,352 20
568,725 568,725 0000000000000000001cabe0e6c1e046444e730ca94f40b00cf2ee0af7b4080b 1.25 MB 2,507 23
568,724 568,724 00000000000000000012e24ac493b9920daaa5cb4dc11b8b892ef6355165bfd3 0.46 MB 761 7
568,723 568,723 00000000000000000019a99c754ee7b338f8c46749151ba00b1b94d3cb450acc 1.21 MB 2,694 15
568,722 568,722 00000000000000000004f336f856ea32fd1ed6d8b179af52e3a7970664f09037 1.23 MB 2,682 9
568,721 568,721 0000000000000000002830cd5bcdabe5aa89ccb98cd28cd07f3a2f561cedd3ee 1.30 MB 2,927 30
568,720 568,720 0000000000000000000152c55fd3b1310a545c135f02dc98a1f6d4b9813d8e17 1.30 MB 2,801 11
568,719 568,719 00000000000000000024a7279bf0349886db92fc5f3f00df55d6c58a5449ff8b 1.23 MB 2,876 63
568,718 568,718 0000000000000000001291a254445ec0123ae45045799d97571a6eca86ddb718 0.77 MB 1,036 8
568,717 568,717 0000000000000000000bbda233c6e1cfa73a5ddbfd92c2d28bcacd59ce8f49bc 1.27 MB 2,595 6
568,716 568,716 000000000000000000198cec7ee02db4b9cfca5e03b0f70f78ff02d798b34ccb 1.15 MB 2,383 12
568,715 568,715 00000000000000000014cda0d81f4cd92e1d224a391097afb18d1467d8a836ed 1.17 MB 2,580 11
568,714 568,714 00000000000000000019c436636be01c85f62af5def32ded7e3651792b8402ab 1.27 MB 2,261 20
568,713 568,713 0000000000000000002130cc261e73d1e525eeea1bb5ab956b5fd93a9b50a371 1.26 MB 2,787 26
568,712 568,712 000000000000000000182b9e87226d058b0f8027f2704e5034c20443b7191107 1.26 MB 2,469 12
568,711 568,711 0000000000000000000472ae87fa19c0c107af825722780258fa22f2fb188c15 1.31 MB 2,736 28
568,710 568,710 00000000000000000005f91f1fe23408e7fa623a974f7210bfa9ac92d2b43a88 1.47 MB 2,794 10
568,709 568,709 000000000000000000143dac3ea5d8a7bdcd0c43b1a078c0434fb27449456bba 1.24 MB 2,709 32
568,708 568,708 0000000000000000001f4232b38c1eb70af0d0be00080a5633bb5e802d97debb 1.25 MB 2,789 76
568,707 568,707 00000000000000000008726ddf39d54d41df773cb4a1bb6d6e75612f706fb87c 1.28 MB 2,772 35
Previous 10 blocks ↓
Total Size: 700.06 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,229.09 GB sent, 210.87 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.