Memory Pool Memory Pool Refreshing

979 transactions (0.29 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,856 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 956 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,855 (883,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,896 24,896 0000000015dffa7259b25834741a28a85baac589083ba351918c5a7f7a3c4f8c 0.00 MB 1 0
24,895 24,895 00000000f2933eb3565b323235748a785e8213806b7ac9039660fcb5a21b9e4d 0.00 MB 1 0
24,894 24,894 00000000584f115fa53ef3e5b4556d9e0e801e09a63c97ca22b7a35d44e355d4 0.00 MB 1 0
24,893 24,893 0000000007508c6888f5a2e5f3cad6081cab2bd0d61ee4a2e4db6a98aa826623 0.00 MB 1 0
24,892 24,892 000000003e550bd6479e9700f5ec928c23f61c4d366ae41651eb17f1e54ef53c 0.00 MB 1 0
24,891 24,891 00000000c77ed15ee069235216baf2c9800b597f67f19775e637e8e18e4f060c 0.00 MB 1 0
24,890 24,890 000000001a305207217fb1dab82cf6545417bb09f72b937a52e06446090a37ad 0.00 MB 1 0
24,889 24,889 000000003430e816b1a905f0453921581b483cda9e56f8aea6af55e30d4c52d4 0.00 MB 1 0
24,888 24,888 00000000d50c46dbd08b1e00aa57733e7e530f752cfaefef2840942339bda815 0.00 MB 1 0
24,887 24,887 0000000051360b6e1607f5d45b294e86c528506b8c11a1ddf5b5306155afac84 0.00 MB 1 0
24,886 24,886 0000000048dfe459b0ec724b25ac45d5ef536e8e2afc6ede2626e77063bcfadb 0.00 MB 1 0
24,885 24,885 0000000073c806649dbd82bf8cb7166daf49c2d51b92e98951300c95ecc4b2bf 0.00 MB 1 0
24,884 24,884 0000000072fecc432685244a601085a2732538a946419cbe588c5045e6e95d7a 0.00 MB 1 0
24,883 24,883 000000007b93a2b5dc57cba7710e442743259fecfb9d405a874e0d3c1417d8f9 0.00 MB 1 0
24,882 24,882 00000000b4d67a8cda95d5df1c7f9c103584f9d101ea5abcbff71f620150b438 0.00 MB 1 0
24,881 24,881 000000006cf1b61f5675762d24c06bbd025f4e1492aa5958b374f538ac7247d0 0.00 MB 1 0
24,880 24,880 000000007b4ea4930c051d5e9e520efc9c26ed227a7d5281b31c103faea3d433 0.00 MB 1 0
24,879 24,879 0000000022f524f0ae67eb15d2376bbd635af839a9520d5cdc20eda8dd8e3602 0.00 MB 1 0
24,878 24,878 000000007626055158efa28e6dba0a8e7fcdacac9de0c1487ab9a5ab65b72520 0.00 MB 1 0
24,877 24,877 00000000113c34e5eb2c2541bbc9549db7d9c167cb4bb2949e8771b7c932ae5a 0.00 MB 1 0
24,876 24,876 000000000d899d043051b1ffd5261c03b2b4f8e188f083d3221396b32a6e40d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 GB

Node Information

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