Memory Pool Memory Pool Refreshing

53,446 transactions
25.31 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,219 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,970 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,218 (58,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,168 811,168 00000000000000000002398054ed72c002d342246faa88965ad5bb5f4acaa8cb 1.97 MB 469 2
811,167 811,167 000000000000000000049168ad751cf182e08cda2a14a78c03211f503f3f9cba 2.05 MB 1,590 8
811,166 811,166 0000000000000000000204dc5a7827e1388136e41c91f8d8e3f7700629305568 1.79 MB 2,863 12
811,165 811,165 0000000000000000000422720f942ee3872aa3f84101a931518fab3e1e1163c5 1.81 MB 2,316 7
811,164 811,164 000000000000000000049b6f3ffec6fdd397e5fd82fde4c58b23a77acc6b78ff 1.63 MB 789 5
811,163 811,163 000000000000000000009dce5f4bd32b8180edd8dd0c2ec50afaf54df01da91c 1.56 MB 2,940 22
811,162 811,162 00000000000000000004461177ae1b8dca23f97001a02a851e6247ffe984ee64 2.01 MB 840 2
811,161 811,161 00000000000000000003c277118e8a6bbbdd40523e8ad3ce89c8c4b420376af0 2.26 MB 1,288 3
811,160 811,160 00000000000000000003808955465a027fd95dfcb558d1a075d3ab435440ee02 1.57 MB 2,277 8
811,159 811,159 000000000000000000005dc684d8d3537e741895673b98b440329d62a778f935 1.87 MB 1,137 2
811,158 811,158 00000000000000000000c608b96abf642ab105ff462f2c32389fcdeb8519c75b 1.82 MB 1,741 6
811,157 811,157 00000000000000000000bee2870a5c75c7be994528e443a7c628d164f26d3efd 2.08 MB 1,401 2
811,156 811,156 00000000000000000002d6773d1ea69a17663c9b274b94a8b1882177189f697e 2.02 MB 1,247 7
811,155 811,155 00000000000000000003eae4336feef9cf0181e5b0d644cfa4d8ead016061f8a 2.19 MB 570 2
811,154 811,154 00000000000000000003f24d6841cdd20febeb943bf8ec8e24af41ad66cc4583 2.28 MB 1,307 9
811,153 811,153 000000000000000000014e65b929ee1d41f09fa4821e012181549b2fd2ffcd15 1.94 MB 2,456 14
811,152 811,152 000000000000000000042b024fedb82d8424361b4cbd753bcec94e759b9f0c3b 2.03 MB 2,090 7
811,151 811,151 000000000000000000001a3a47b5707a26eff4ecd652b7cd2d098861bdb53b28 1.88 MB 1,433 7
811,150 811,150 000000000000000000044d0cee553733542601416ba90384240c631e5855709c 1.75 MB 2,349 17
811,149 811,149 00000000000000000003c4f612070e5bc03a3512b8b26db681ee4af3d966669c 1.96 MB 358 3
811,148 811,148 0000000000000000000275c0382fa1c83389a3dc424580e61aea8eb26ba2b74b 2.08 MB 1,288 4
Previous 10 blocks ↓
Total Size: 697.98 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: 2,066.00 GB sent, 197.71 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.