Memory Pool Memory Pool Refreshing

20,130 transactions
36.31 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,155 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,733 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,154 (476,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
385,206 385,206 0000000000000000022ec4c7ab2a06ac64d126f2f9112146741b10b331418236 0.75 MB 1,830 38
385,205 385,205 000000000000000001e4e11eae3ef63e8d0ccf561b609d16873e7934963ca9b5 1.00 MB 247 3
385,204 385,204 00000000000000000375b263768565ebc169fdbbaf5ed06fdb01bc0665dcb698 0.34 MB 703 29
385,203 385,203 000000000000000001e5f38146adf56d19d751800297f9563cc6100adf9d232c 0.31 MB 511 27
385,202 385,202 00000000000000000871a3c54cfa4a60bfd9a8edd37803c2121e476d5904eac6 0.26 MB 791 46
385,201 385,201 00000000000000000258e61b05fc222f2ab4820a987f8ba957f500c42511a86b 1.00 MB 933 12
385,200 385,200 000000000000000003f1f49f9832fef012e8a4f3b122f9b74296802ebf61e4e8 0.26 MB 449 26
385,199 385,199 00000000000000000229572a27efdf49f55a744a2a5fc00ad19649d87878bcce 0.82 MB 1,783 36
385,198 385,198 00000000000000000a89b6de738b2dde4a248a2c081bde004b3c8628b1b38746 0.46 MB 771 19
385,197 385,197 000000000000000003fd356891ba9de78a77da72995adf52dced7fcb2ecb2f2d 0.38 MB 1,092 103
385,196 385,196 0000000000000000024484856df14b2408615d71520f94e70c1a3e00440d7e9b 0.18 MB 353 34
385,195 385,195 0000000000000000074e5bb982b0ca59b857a10cbc5834bd2fc08a6ab2c4d6a9 0.55 MB 1,155 34
385,194 385,194 00000000000000000ef4dda911c147aa0028c7b49796211949b193b7d90555ae 0.19 MB 444 39
385,193 385,193 00000000000000000e091d15faf5728d5da9128d1ba78f2affebe08b9d4a7c91 0.25 MB 471 32
385,192 385,192 000000000000000006eb2f49ec8f1a708b5a7ade57856fb37ac27d3aecf8b9b8 0.52 MB 916 28
385,191 385,191 00000000000000000409d76f2e43d1fc32f67905346216e84e7e03d0b91f5b87 0.99 MB 907 15
385,190 385,190 000000000000000001a5a9d812ba78367d55710e28074f4bf06966fc31fec16c 0.00 MB 1 0
385,189 385,189 0000000000000000079ac6d3f6c4446a3d07c430a372735e186d45fc71295836 0.52 MB 1,511 50
385,188 385,188 00000000000000000a32173d9d60a26f1f05aa9b806082fcd01a38eb40eed17c 0.50 MB 1,204 37
385,187 385,187 000000000000000007510ffb42b1ab2b2f5ab3978bf9955a7159cff161214728 0.10 MB 150 17
385,186 385,186 000000000000000005a00e6795ddbfe9445b442534402ceb2af35abffc7abd23 0.39 MB 866 34
Previous 10 blocks ↓
Total Size: 684.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,343.77 GB sent, 101.29 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.