Memory Pool Memory Pool Refreshing

3,889 transactions (1.31 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,138 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,053 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,137 (856,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,352 52,352 00000000034485a9b16075b6376b33cee47358caab1cb159e30fd86149bdd2f7 0.00 MB 3 0
52,351 52,351 000000001ad7b604117de49a03a202c9aab1bf5f579a6f3bcbc789359e1b4514 0.00 MB 1 0
52,350 52,350 000000001aca637ecda98794cd739908c6e28f578d2536f9eedcf8e6922c0cb9 0.00 MB 1 0
52,349 52,349 000000000a82b3edb0679b077307fb61c258adab54eb92974ec017bedd996b6c 0.00 MB 1 0
52,348 52,348 0000000008f85bc4d1a83d0d56a3854db348cb002a3d135af75847ef8e01d5df 0.00 MB 1 0
52,347 52,347 000000001f2d0c0cd16b1d94b49ff9d4446eba277b33af08b0fef98a782b0a0b 0.00 MB 1 0
52,346 52,346 000000000bef07d749eb88badd1bb06cf9e57419e4a6bfe3853201510918da73 0.00 MB 2 0
52,345 52,345 0000000020aae61cd72681e0eea0230eaf7c6d14c0d002e1430248f1898a236c 0.00 MB 1 0
52,344 52,344 000000001d68b5ea6886ea6040a11f3df1847bf1961773601415cad5ca858ee6 0.00 MB 1 0
52,343 52,343 000000001c5c3ece5ea2017d876311a1be32e898c5767bedb894f16120a72798 0.00 MB 1 0
52,342 52,342 00000000105042b23b05754bf215b1f1ce15493b6285aec39ba23b6fb39f0294 0.00 MB 1 0
52,341 52,341 0000000019598b9f131686036a1fb388d83ba1796a162616b99930a84fcae075 0.00 MB 1 0
52,340 52,340 000000000d01bdfb6f71c465ad63c5ff79a0ba5575dd8c7a7f3459facb9aafd1 0.00 MB 4 0
52,339 52,339 000000001d03221e292824fd922eefe4cc10d54498cd823fb821f6e9ad42ead0 0.00 MB 1 0
52,338 52,338 000000001a365cdcd6c668c45016d05e5d0f70ec97e484948ec4f5e5709ad01d 0.00 MB 1 0
52,337 52,337 0000000007c990f4020aae93cdeab37fe000429d5828419be8104638b6b85224 0.00 MB 1 0
52,336 52,336 0000000000c6eb633e55f2358e9a7e1d951d7b8d93b040994b56b731c6de32cc 0.00 MB 1 0
52,335 52,335 000000000b1cb651d8cb381cf65b877998fd790419d5d62eaded94c0c4e44f8b 0.00 MB 1 0
52,334 52,334 00000000080236123d70e011faeccf172cb806a5847084e74bc3172d3a9ff453 0.00 MB 1 0
52,333 52,333 000000000c80e6c43482013903a10f8fd35d3ffab79cfac8148ae31a5f9a41b6 0.00 MB 1 0
52,332 52,332 000000001b87f065f8a5d4a5240fc8ef7fe03884cf074f568814f7e8d21dc632 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.80 GB

Node Information

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