Memory Pool Memory Pool Refreshing

34,863 transactions
30.70 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,366 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,365 (51,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,104 811,104 00000000000000000004360a40bfe256f348f20a36eb9699078b7dd9dd866d5f 1.71 MB 1,873 12
811,103 811,103 000000000000000000007fb591edf1cfc38e0752f84306ca836b370a4ac33c12 1.94 MB 483 3
811,102 811,102 00000000000000000004064a351b58ab763d9e9855cc46470a49a50629b27632 1.68 MB 1,053 5
811,101 811,101 0000000000000000000372cb52f859af0244376ff7e9f9a0d8336f1912701e2f 1.27 MB 1,182 7
811,100 811,100 00000000000000000001dabad80fab05b42d81dfe424451c972f4ab01d08a299 1.53 MB 2,273 11
811,099 811,099 00000000000000000000215939430244da383e7a13ae3d097ed2648096c367b6 1.65 MB 2,136 23
811,098 811,098 00000000000000000000ea22370c0b4de9fbaf618289b164a49fe110c701f8be 1.57 MB 2,801 17
811,097 811,097 00000000000000000002e6b631220d384d17dabe54774cab31a479852b005c2f 1.55 MB 2,872 19
811,096 811,096 000000000000000000012a4bcbad769b7a9701a10903872f6fb0eabf54649533 1.58 MB 3,477 32
811,095 811,095 00000000000000000002cd7fd743e58420c5ba2dd6f299ba61c8f86e4fa9a5b8 1.51 MB 3,487 45
811,094 811,094 00000000000000000002f73c17ad632642b9c2a22fe498c6171190281bfe0945 1.92 MB 655 6
811,093 811,093 0000000000000000000089341e41ca2d54d6b133c6f1f418273311bd149e0f77 1.72 MB 1,746 15
811,092 811,092 00000000000000000002448e85bef204a70c02a27079c9d79338501d102a71ab 2.02 MB 132 2
811,091 811,091 00000000000000000004c1e40be630229cd15b349c59beae6fd9a115636a7c1f 1.39 MB 2,209 20
811,090 811,090 00000000000000000000f1373e6592a065a4f8d94eebb3f286b4db18e6c967d6 1.84 MB 2,242 14
811,089 811,089 00000000000000000003f4bada6fa84e9038eca61e18e9a34e15492a42661ddc 2.17 MB 672 5
811,088 811,088 000000000000000000014ac7005ebfb7d0bda43654ef997670d292c5dd477e04 2.28 MB 1,376 9
811,087 811,087 00000000000000000001e38dda497bc79e41860b5d358351361c686fa603e498 1.37 MB 1,936 39
811,086 811,086 000000000000000000048cad31c28c6faaeaef64af960226f14c3b3c943e7bfe 2.04 MB 1,546 13
811,085 811,085 0000000000000000000236bb1b42476b7bcde4b7a69a9a440183e4db1fdb877e 2.06 MB 1,320 11
811,084 811,084 0000000000000000000360062a5af9e01c4d2c651bc9971ba70bde11b01936f0 1.71 MB 1,427 7
Previous 10 blocks ↓
Total Size: 684.86 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,365.46 GB sent, 104.04 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.