Memory Pool Memory Pool Refreshing

23,537 transactions
25.41 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,071 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,343 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,070 (159,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,680 702,680 000000000000000000051b91f9f01f0eeee69c775e2652ea03ce44be050ca14b 0.97 MB 538 5
702,679 702,679 00000000000000000005e306896781cf5169a8bdff8aed8dce19c084adf4cc0d 0.85 MB 1,592 10
702,678 702,678 0000000000000000000ced900924a2afd9be3ca117c1918aa6119dea307aca70 0.73 MB 1,300 12
702,677 702,677 000000000000000000092597c3dc8a8f29e273478c04288a972ca97faaec96c1 1.05 MB 1,549 9
702,676 702,676 00000000000000000004c0c9632e58add0b7e0002b371c4b9858628b38bc6a09 0.88 MB 1,670 11
702,675 702,675 00000000000000000000dbce75de6f3425c9e1fba56af58c2ca15f962570be13 0.91 MB 1,440 12
702,674 702,674 0000000000000000000d89a2af76fd16297738c85c29267600d915c569cff891 0.68 MB 1,040 9
702,673 702,673 0000000000000000000ae4586c93bd221bd2339735414afa5da406b584a0969c 0.88 MB 1,395 8
702,672 702,672 000000000000000000059ffebcfdd5f395f692fb18c2fdb770762b7162b98827 1.38 MB 2,474 14
702,671 702,671 000000000000000000058028dbe1b5255ac4de8c3670f7b28a89388a384f78a8 0.40 MB 637 19
702,670 702,670 00000000000000000004104d9186604112ce9077ed899cbb7eabc97a4351f8eb 0.57 MB 576 7
702,669 702,669 00000000000000000001204c8ab5a44cb4d10fe06155304742183d9312e9ee57 1.73 MB 1,000 5
702,668 702,668 00000000000000000009b3bb1fffff3b0785bd6ed876cb3f2e725c72c5cea920 1.23 MB 1,339 11
702,667 702,667 000000000000000000069421a33154691e2c0eff8dabbead07cdb39877083e77 0.04 MB 71 15
702,666 702,666 000000000000000000046938587d0c80474fa699e3dd09acbbe4c2249a2cdaad 0.23 MB 424 10
702,665 702,665 0000000000000000000678ab451280faf70227b5e518ad6999f8fa0e6fc5a24e 1.49 MB 2,648 6
702,664 702,664 0000000000000000000ccb7c6cd591bed7e86c25fcef59c860206dbc4d1cd9d6 1.29 MB 1,916 9
702,663 702,663 00000000000000000003232ff3c9ea2a20d9a415ab6b407390eebff80e74dd84 1.33 MB 2,162 14
702,662 702,662 0000000000000000000ec1908681ca6f7b9dc029f58f0c4410095eda1ff4d3be 1.43 MB 2,088 5
702,661 702,661 0000000000000000000a5f2d61564aa33f9ef1141c79ce953c8a1340f46737d6 1.37 MB 1,534 6
702,660 702,660 0000000000000000000d21e4e80730fdd8da2d91ae4e98093526f52c3195f6bf 1.34 MB 2,130 8
Previous 10 blocks ↓
Total Size: 684.30 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,333.09 GB sent, 100.28 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.