Memory Pool Memory Pool Refreshing

30,377 transactions
19.21 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,691 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 638 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,690 (143,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
726,192 726,192 0000000000000000000133c03ca4c55a240c82a119a095d9fb703622447aa6c6 1.58 MB 2,133 11
726,191 726,191 00000000000000000007fc02f74ae8d32ce53dda8e114aa5fb24b32ba8a8835e 1.65 MB 2,176 12
726,190 726,190 0000000000000000000554d471097fd12cda61536c08fff5898cbbb80a77d82b 0.82 MB 1,022 7
726,189 726,189 00000000000000000001d4e6a705690feb8a0add8fd87be73365c991af79bbd8 0.13 MB 302 11
726,188 726,188 0000000000000000000288878f99a8f0fb371b8f5c4ff25c7cb84bd6fa558389 1.21 MB 1,706 8
726,187 726,187 00000000000000000005fb9478bdca06bc05cf64898a2cf8141d320d5df7355e 1.42 MB 2,360 9
726,186 726,186 00000000000000000005e18707b9f86d9b8550ca1a4351a154f3716462c98fd8 0.72 MB 673 5
726,185 726,185 00000000000000000003406a6781d35b6cd49934cf4d3d7b4c1f39b183aca24f 1.48 MB 2,606 10
726,184 726,184 000000000000000000019376c8a11e592a6f83f681b113af6b573ac43335c36c 1.17 MB 879 2
726,183 726,183 000000000000000000043050e8c0af9c94c23164737722e003b13f72197c6214 1.65 MB 1,658 2
726,182 726,182 00000000000000000008f6d9e095c6048d233560719160d8ffac6d31b5774479 0.00 MB 1 0
726,181 726,181 0000000000000000000a039bc079b9b92ff17ac31fec1a6f3e3daa55314ffb5e 1.29 MB 1,331 8
726,180 726,180 00000000000000000003acac8004609f66303273941c086816f0f5ab9691bb11 1.55 MB 2,653 14
726,179 726,179 00000000000000000000704727ffbf19a52c82a864bbef5a3636de5d5e0ec908 1.58 MB 3,301 7
726,178 726,178 00000000000000000002a8527b63cdef55228cf10fd105ca7dc8de45170dfda4 1.50 MB 2,969 16
726,177 726,177 0000000000000000000981c2e889faf7e062a9e1c900665b5081106ca49ff8e6 1.84 MB 1,776 4
726,176 726,176 000000000000000000080dfad58892a963dcbbc4b48f2bf7dc73803f4a69a612 1.61 MB 2,103 4
726,175 726,175 0000000000000000000313e3e9bb635db492e5c96fb3b22e5e1599ee1bee454d 1.49 MB 2,459 17
726,174 726,174 00000000000000000004f2c43fa6f87df081a71fbfd9f254c3becdf109ef0cbd 1.19 MB 944 5
726,173 726,173 0000000000000000000843479ff7cead398aa07f7c17660896ba7497b5fc92f4 1.35 MB 2,228 9
726,172 726,172 000000000000000000002c69ede563976368f806c22e3ae253e6ba9ccbcfcf30 1.45 MB 3,043 19
Previous 10 blocks ↓
Total Size: 698.88 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,101.40 GB sent, 203.15 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.