Memory Pool Memory Pool Refreshing

1,030 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,875 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,025 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (714,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,632 193,632 00000000000004317b7b5553df9d295a46cc33da6d4601c0fea6b31be9441b8b 0.00 MB 8 64
193,631 193,631 00000000000001948bcd9bbe143a8495d64bd46006c47472e6f28d729fa28bf7 0.03 MB 94 63
193,630 193,630 000000000000075d94151335507a101c5351e28d436ddc98d9f0ddacb639cc9a 0.25 MB 742 250
193,629 193,629 000000000000014e339a0fc3fd917303e6d487aa8924d19c0465ee261c38fd4b 0.25 MB 443 92
193,628 193,628 0000000000000460a3d98ae00ebe732075a79f23713bd35b90117ae692bcc16d 0.00 MB 7 14
193,627 193,627 000000000000004b5fc649e5404dd9259b17304247b967c9e0b691c9a7a0b47b 0.05 MB 172 10
193,626 193,626 0000000000000533dcb6a47558e0b59d12c68caa980ac8f3666baf8e46115e7d 0.25 MB 754 195
193,625 193,625 00000000000005ad15d36376a4183af0d3274b8400229c774b293ebfcc296c75 0.18 MB 505 150
193,624 193,624 00000000000006a6d71983ac14455c85b06418ba2a146e992d23a6a7789dce19 0.24 MB 405 108
193,623 193,623 00000000000001eb15e91b19fee7c8733fea236421f098330f3bd2417c4d16b2 0.16 MB 405 127
193,622 193,622 00000000000004fd6e380d10400c4a58d23d129d1bf9f5b109808504b015eaf8 0.13 MB 223 84
193,621 193,621 0000000000000177d3ab932a7adc87fe72a2e24160747067b5b2920b6acbd6e7 0.32 MB 716 191
193,620 193,620 00000000000001bf935ec5b8e18eb6cfe7ed6e39ec2630fa2a053002eb6fe21f 0.02 MB 30 62
193,619 193,619 00000000000004964afdc0f82aaca6736b12b2f0e7ebaf693f6d8e26060768fd 0.10 MB 188 87
193,618 193,618 00000000000006e9304377a172cd12e095341ab679d302ccb4dcf1eec31c53f0 0.25 MB 715 151
193,617 193,617 0000000000000159c7d319ddab827458e3fc949957bb21893dfe3427074434da 0.25 MB 575 122
193,616 193,616 00000000000000cdb72f00d0ebb35582c9aaeaea38f973ba1049bcce81081d4a 0.09 MB 295 152
193,615 193,615 00000000000000626ab4c5de7b5fb551f46c2d64b36735843bbcead1ec4082ee 0.25 MB 901 57
193,614 193,614 00000000000003029c41a9842ec7b3a1a92c7c569470977db480600da7cde6ee 0.34 MB 804 131
193,613 193,613 00000000000004a396dc614ecfd9419f9a7f0dd9cd71e62a231a841d882a18b6 0.01 MB 40 81
193,612 193,612 00000000000003e8ff852869dc77c7c6f52f866dc55a8155595e11dfb65ac97f 0.24 MB 867 18
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.