Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,803 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,138 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,802 (886,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,265 22,265 000000002ce8e7efe63c37d8c815d49d6481a67272260716f5dd3b70af1bef3b 0.00 MB 1 0
22,264 22,264 000000001a7f7fba8ea65c2a836ff01268f42610e02b11a12bf1d6d518196c9a 0.00 MB 1 0
22,263 22,263 00000000074526b3c6f41568044f148f67c494e09b6f207c4ce0e560650bcab8 0.00 MB 1 0
22,262 22,262 00000000418a91a9d6a45b4d0446fe75a170d3e7d5898e7827f56012376af20c 0.00 MB 1 0
22,261 22,261 00000000d1f513f94e08b4f4c4036008de1750309a0ed1496880adb3787f445d 0.00 MB 1 0
22,260 22,260 00000000c890c7ddd8eeac15388528451d3e37added243df3284af16a95056cb 0.00 MB 1 0
22,259 22,259 00000000971f3ee6f56f3175f29e92a56968f3d0e7cab299deb0bbf76da53dfe 0.00 MB 1 0
22,258 22,258 000000008b26df287b415d4fb17a36538951dd959282dc8c61a402d9576149b9 0.00 MB 1 0
22,257 22,257 00000000c4e87494a28627fc3b37949b6eb2fe63d285196bd736ccc010097dee 0.00 MB 1 0
22,256 22,256 0000000055b7b148a9c0c0a81a5a80fa1e2ebe498d4eb6b88a6cbb6f9df11862 0.00 MB 1 0
22,255 22,255 00000000dff6ea81ad91b8a2e5800b33cb27bccc482dc381e0c6784dd05e2a35 0.00 MB 1 0
22,254 22,254 000000002380f734bb76bdeb4cafac1c566f237776918eca13cf635b6fe143b4 0.00 MB 1 0
22,253 22,253 0000000000a4a70a671bf21caa34d22593dc35cb4e01ed32e142b5560ca29bc8 0.00 MB 1 0
22,252 22,252 000000000a452e0d75373c25fc662a1dc9beef0b0a75d85a860ce5f8f4f8f96f 0.00 MB 1 0
22,251 22,251 00000000a591fba3ab71cda687f45223a404ad5a5cb884d013403f0c1e6a8b55 0.00 MB 1 0
22,250 22,250 000000006e072c092e3bce15ffb65c67c2cda25e29cd3435dab4e73dbb9b208c 0.00 MB 1 0
22,249 22,249 0000000048c770d24fcf4c8ee8aa213e5bdb8b0ab95f3cfc47e38614b839ae9b 0.00 MB 1 0
22,248 22,248 000000006e407229668535b886b15658900f9e01881df0d351259d40e031c5c2 0.00 MB 1 0
22,247 22,247 000000009a7a85501e8e4a23649b34aebb3acbed5f5598a05b888f1dc7697e37 0.00 MB 1 0
22,246 22,246 000000000bf31e0cff38cd836d59cea02c6784e08b78d3ec460404406c7b8781 0.00 MB 1 0
22,245 22,245 00000000cdaaeb67c63e00ef859d1fe2f3460f80e2f903dfe12477b3523095c1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.19 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,857.38 GB sent, 103.03 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.