Memory Pool Memory Pool Refreshing

26,473 transactions
29.47 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,616 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,417 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,615 (2,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
861,114 861,114 00000000000000000001697007c6619d04e9a368946fd742154803c8af2ce58c 1.94 MB 6,679 2
861,113 861,113 00000000000000000001de19c04416933767a0cc5b69a25153fefc5ae8d1dc55 1.83 MB 5,139 4
861,112 861,112 000000000000000000000d2bcfe6f4229eb8363758c69bcd412fafb971a470bc 1.84 MB 5,501 3
861,111 861,111 000000000000000000018090195cd7f6f1f5915877894f2467d46319a2e7ef90 2.04 MB 4,512 2
861,110 861,110 000000000000000000008d69bd0419960745e1c2566f5be66264538a7ea7036a 1.66 MB 7,814 2
861,109 861,109 0000000000000000000163fe3d207557f3f15d812ca04a95f1675136b719f99d 1.85 MB 5,035 3
861,108 861,108 000000000000000000018e23dc09ddba1a4afe1a99a815496188bcf0373e682d 1.98 MB 4,993 2
861,107 861,107 00000000000000000002a2b19bb7cb0c96644b8b687eb05f0d21c918b4de8bc6 1.84 MB 4,754 2
861,106 861,106 000000000000000000015f25fbf2f33c1f4399cf99aa26ff4471b14910702a4d 1.63 MB 7,152 2
861,105 861,105 000000000000000000026652c93f7396f30a6be4f9fd07daacba5aa2179807e5 1.69 MB 7,036 2
861,104 861,104 00000000000000000000211b0c65c3610217410d58281d4a2975e06f6ef1b0e1 1.65 MB 6,700 2
861,103 861,103 0000000000000000000301b7014fa91f4fc79ded6c38726a9b84514cedacc8a4 1.54 MB 6,844 2
861,102 861,102 00000000000000000002e748e68bd716f3cc3cefd485401ba222819496fd2f3f 1.41 MB 2,576 4
861,101 861,101 000000000000000000029d282066228bb2f0ca9143d0d10cd27f1f20a6183948 1.59 MB 3,240 3
861,100 861,100 000000000000000000016e01d5184e2d0ef068ca0cd7ed59fc9585fa3a4fda89 1.74 MB 2,408 6
861,099 861,099 000000000000000000020420a2d46d1245f5ebbb9668b784862cd71a5809768b 1.63 MB 3,084 7
861,098 861,098 00000000000000000002895e8b890f316fee10df337d8f52d54bc276f2be6d18 1.63 MB 2,463 8
861,097 861,097 00000000000000000000b3467fce82efc1dfd92f875eae899405f1a24e6e0597 1.64 MB 6,985 3
861,096 861,096 000000000000000000019bf7e527e22470b8585033db134e1c8134fe5cb2af3a 1.69 MB 4,168 4
861,095 861,095 00000000000000000000b41e003bb9f97579d8d84ad840f4c40fdef2f1eb287a 1.64 MB 6,278 3
861,094 861,094 00000000000000000001d591980b7c46e8626e6811aa25c97d3f8108cd31121a 1.69 MB 3,863 6
Previous 10 blocks ↓
Total Size: 687.29 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,513.61 GB sent, 121.01 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.