Memory Pool Memory Pool Refreshing

36,108 transactions
29.28 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,505 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,100 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,504 (771,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
90,629 90,629 00000000000db87fd2a1aef19fc6555c38b7e1d5b742a5e360b82cad88d144e7 0.00 MB 1 0
90,628 90,628 000000000005634907ab0a54cfce49f1d99865a2bb72c73cbf22c67e3fcfb1c8 0.00 MB 1 0
90,627 90,627 00000000000a3a6dd42c54dcb286373d80cde660f434ee6fefff95eb9c0cde8a 0.00 MB 1 0
90,626 90,626 00000000000737248b05eefc15c73e4f916acda9c715fd9e4bbd5c872b4ab4e4 0.00 MB 1 0
90,625 90,625 00000000000ad472fe4240e559bf67306364b75f5792f1ad7a1b8bc1b4b1ab50 0.00 MB 1 0
90,624 90,624 00000000000c80cda15714919c48892940e0492a5d0d67a498a4eb889e16faab 0.00 MB 3 0
90,623 90,623 00000000000e07357c174e80ef4bd271b3dbbc6e73295c5a3caa319971a448c5 0.00 MB 2 0
90,622 90,622 000000000007b98309c226031a2db3b662872c77d9ddc417eab8da52ba14a864 0.00 MB 2 0
90,621 90,621 0000000000114cd931f9eb2e524a26a7af499c4bc8c79dba67d4d4d3a3d96114 0.00 MB 1 0
90,620 90,620 0000000000017af21ba33a925fe3f8af7ba69f0967423348c0c93f055fb747c3 0.00 MB 1 0
90,619 90,619 00000000000e18efff6b853734fad275771cf93a32607a29f728e47da61ed86e 0.00 MB 1 0
90,618 90,618 0000000000049ecacadbcb6102958b1b67d866920b3e37244b7033ae5733915c 0.00 MB 5 0
90,617 90,617 0000000000104e2802dbc06dacf1bbaa01c2f7ad9fa1d5df93cb351763d7af24 0.00 MB 1 0
90,616 90,616 00000000000c0dcd805fd941013cb346f893f76e73058bf6ff0f73495aebe631 0.00 MB 1 0
90,615 90,615 000000000007dce3dd2359c9f0685fecee2942909ae8e4c965536479a7d35a40 0.00 MB 1 0
90,614 90,614 00000000000c0f07f5dfa83fee10f8115f348a700bdf0fc538ab12e64103b211 0.00 MB 1 0
90,613 90,613 000000000000ead59ab96595ed7b7bc2da30799ac3c521e1a5d94877c6b6f6a0 0.00 MB 1 0
90,612 90,612 000000000014a835eed89093c9b4e3a3c92ee6b25ace0101c5dcabe21f83b207 0.00 MB 1 0
90,611 90,611 00000000001322a89299ea28d3e7c808989bf58297e0f6643217c77cede85994 0.00 MB 1 0
90,610 90,610 0000000000148f5a29e1b178073d44ae145d283c527b338b06cf9955abd2ce2e 0.00 MB 1 0
90,609 90,609 000000000001f2d62a3955211f00e4b98cd902c4197fcb07345be2b9f3a367b6 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 685.13 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,371.96 GB sent, 106.23 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.