Memory Pool Memory Pool Refreshing

5,630 transactions (2.11 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (883,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
24,875 24,875 00000000e34489a225f93a1a778d104ac3489f975d77f11eddf09271871da839 0.00 MB 1 0
24,874 24,874 000000008e55e03ac8426c84662956060af2da87a0c0d5026952476f8bd1a365 0.00 MB 1 0
24,873 24,873 00000000563c149e8f5a01c43ae1ef77acf3af2d358cb323429c865e4279cb35 0.00 MB 1 0
24,872 24,872 0000000029f6502028e4f820117b238c65bff9780a6194b7b737902820c1d248 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.91 GB sent, 102.78 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.