Memory Pool Memory Pool Refreshing

2,595 transactions (0.84 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,099 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,098 (899,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,034 10,034 00000000e27f4945af11c1a3e2ee78f9079cae5dbbfc09e7e30df31cc2fc0aae 0.00 MB 1 0
10,033 10,033 00000000dc1d50281876185cda673a9c4ceb5343e1fa67fb5171bc339e979483 0.00 MB 1 0
10,032 10,032 0000000059ec9cfeeb722ce66885fc9222e75a93ef54947095b80a3ef50a8aac 0.00 MB 1 0
10,031 10,031 0000000041b6af57b7cbda87fd14b28e206625e16b09c027b38ce477ffcc28c8 0.00 MB 1 0
10,030 10,030 000000000917cd5e8303f2a70b9c5a1cdd198f044fb2e4f6c5c752f06583d6a9 0.00 MB 1 0
10,029 10,029 00000000c9ec9cdf69a051512553c7fe328a21c1d7708a427f29119f4cd34836 0.00 MB 1 0
10,028 10,028 000000002f68a062789832615aa6e4931a8e70496d94a7326e47cbc4a1407a07 0.00 MB 1 0
10,027 10,027 0000000089227e411feb59870c04aec8c77bacc29c93c048cad56f1c45e09faf 0.00 MB 1 0
10,026 10,026 00000000b79debaea71703c08b2ca681aefac3e275e2d5c87103d0dd4eaed800 0.00 MB 1 0
10,025 10,025 0000000030d3cbd95854fc96c142f6ce0b906fd1f45485d589252fdbfd63b22b 0.00 MB 1 0
10,024 10,024 000000005cd25cdb40382da6dddda1805c3e1942b6a448ccc05a0a81337d297c 0.00 MB 1 0
10,023 10,023 0000000029fd7c8365d03f6ff597217c8270fa84b17397d4f76b90a546dd569f 0.00 MB 1 0
10,022 10,022 000000004fe5aff44f2362acffdbbb52f6c82f9faba0716fd8d66158a4d69f16 0.00 MB 1 0
10,021 10,021 00000000a1bacd290a3df71cc1bc98136beff9725266965ff04fc3949371b82c 0.00 MB 1 0
10,020 10,020 00000000d5cc7bede61d17da2d953d297f032e8108c5149d3cb5bbf88ea9f8c0 0.00 MB 1 0
10,019 10,019 0000000073d5ae7e7384fba05eee62c26355e71d6f2b860bdf2aec73df12aef1 0.00 MB 1 0
10,018 10,018 00000000569e1d2d3de6ef7c9ec536f2fe74c8fb7c187affddcaa2d0bd967216 0.00 MB 1 0
10,017 10,017 000000000b12d61280fbcd1b0ce83eaf538e204324163d8abd7ef7a569c065c6 0.00 MB 1 0
10,016 10,016 00000000238fca89f1ae90d422738537a74f9c1e1885bedc48f2ee8d595ac9b0 0.00 MB 1 0
10,015 10,015 00000000e0f0706fb02617d4369ff2d0ff978e65dc56f20bfd060271d58b5194 0.00 MB 1 0
10,014 10,014 0000000010d71593cbba8ce98ed83c17ec86dc3679a4c94b13a9044188b1a0dc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,915.25 GB sent, 106.18 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.