Memory Pool Memory Pool Refreshing

57,643 transactions
21.76 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,930 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,802 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,929 (58,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
812,622 812,622 000000000000000000014fdf3815f82307c5bb4467c959006686d5f0738fdc09 1.72 MB 1,345 6
812,621 812,621 000000000000000000013d216e97cd5c8f03dd89d6397bbcf78c72ed17440049 1.79 MB 2,236 3
812,620 812,620 0000000000000000000187ca483ca6fa2c294c30165c026d7699532093c11dc4 1.34 MB 697 5
812,619 812,619 00000000000000000003795f583450ed34484d2333885ed860d0fc32c7620ee5 1.62 MB 3,204 22
812,618 812,618 00000000000000000001dc3fd0d8e0dae8d41360f98244bcac7c966a7474a8d1 1.46 MB 3,028 21
812,617 812,617 00000000000000000003bcb1a71439ed0082f6634ae61f4c0fee8416393aa653 1.48 MB 2,168 15
812,616 812,616 00000000000000000000600d2f4b07c1f10f835fb78ec07a31ddce6e62d038a9 1.32 MB 1,536 15
812,615 812,615 00000000000000000000e5ebfef171a1999432e536ae161475cd33db88c71fc7 1.50 MB 3,594 31
812,614 812,614 0000000000000000000210210116b6bd7dc18893d1b1245a2f62734486fbde6e 1.09 MB 841 7
812,613 812,613 0000000000000000000072c6ebdf5d1fe6421b36d191601272ade7b11c229c41 1.82 MB 2,626 15
812,612 812,612 00000000000000000001e0f11b788e517cd4be5b8e31ab3df7aa35bab99f5ab6 1.54 MB 3,336 30
812,611 812,611 00000000000000000000e291fb9ed0ef3dbb37915bddeee48be218b39fec5098 1.09 MB 441 5
812,610 812,610 0000000000000000000070a061b2175ad50fb30d4473ab85b01cb6da268357fd 1.37 MB 1,939 13
812,609 812,609 00000000000000000000413027a3464f7a1184227bfccdde2a55945138029950 1.81 MB 2,884 18
812,608 812,608 0000000000000000000126c59d5ba3159162426c357bd2fe9f72ebb425abb89f 1.49 MB 1,761 9
812,607 812,607 00000000000000000001c07f92302877584ad2a0a1400cf9bcb92162e9c61ae3 1.79 MB 1,178 5
812,606 812,606 00000000000000000003d0558e745ba0ee0ff2ac1f6fd64fb5e413860c40d769 1.35 MB 1,651 12
812,605 812,605 0000000000000000000023511c6487bf538f6ad513425104fd7ec1269adbdf51 1.47 MB 1,782 8
812,604 812,604 000000000000000000044a2890f10e13fbd11975d06601ccc375fe47e77ae574 1.40 MB 2,697 18
812,603 812,603 00000000000000000001159e7587730384dc3bde81572eb4f64d51accb27174d 1.56 MB 2,480 14
812,602 812,602 000000000000000000014f44e5909237ca39107750b482ee478fa229d668eb1f 1.51 MB 2,785 17
Previous 10 blocks ↓
Total Size: 701.22 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,402.42 GB sent, 218.70 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.