Memory Pool Memory Pool Refreshing

42,949 transactions
18.52 vMB
Show Random Selection Loading Transactions
Max Size: 115/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,152 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,558 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,151 (386,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
485,367 485,367 00000000000000000061e9d317509277092049397992e7804810d33ab252a75f 0.17 MB 293 144
485,366 485,366 000000000000000000788137bab26c876b786e375812a087a302d286b805f8bf 0.36 MB 752 127
485,365 485,365 00000000000000000053c9c0a881ee31fd92e378947b2dd50a7367fb2ae44074 0.01 MB 35 102
485,364 485,364 000000000000000000d60cacd573175b3aebc184b17c901baf41a2b2d148f48f 0.38 MB 705 47
485,363 485,363 000000000000000000d3a36bc9798239b659d57986a5e02f7c0444330a8c240c 1.00 MB 2,039 102
485,362 485,362 00000000000000000117ae59b8e7e3a2500b03748647a75d17890d56545b4c54 1.01 MB 1,509 168
485,361 485,361 0000000000000000005f1ae18efc4cca621a8aead671f7697ce36122bc06e2f8 0.68 MB 1,252 101
485,360 485,360 0000000000000000000feb9f9f4c2d387b675811594b62f2efab7834f22b9082 0.49 MB 595 33
485,359 485,359 000000000000000000023c863704af097661ed56e6cacbc32ed1d823aafa8ffb 1.00 MB 1,109 120
485,358 485,358 000000000000000001291291df6fa4f195138b134ac7ef246eb25cd1bc6e9612 0.33 MB 573 124
485,357 485,357 00000000000000000058d5b1cd2260a0908af9012a6025c88d749e8e856552a7 0.24 MB 422 55
485,356 485,356 00000000000000000097fe6d74e64a6eb735b35effeb2c0088d36b8b023c337c 0.62 MB 1,298 123
485,355 485,355 000000000000000000c9fb5eef087768b459328cf9976849a4779935f4cc7871 0.30 MB 665 128
485,354 485,354 000000000000000000470f9654086748a133bfc95050b9bff6fc05ff50f35730 0.86 MB 1,923 119
485,353 485,353 000000000000000000aa89ba6394a84e3be7f7e4ad650dac7df93cbb3747ffbe 0.66 MB 1,357 102
485,352 485,352 0000000000000000011af85883cb2d39b46bcf07a575c7e67e5429e9e0728b4b 0.23 MB 553 119
485,351 485,351 0000000000000000012603727087d221db22d3fb111bfc0d45e7ce2cb8cd6d76 0.10 MB 240 103
485,350 485,350 000000000000000000753a0f3b76cf7242b32488696cc9b21e9cffe1df072969 0.33 MB 626 86
485,349 485,349 000000000000000000d64ec1dbe8de445c3963d23ab8e70d072d9cca99a85fb0 0.76 MB 1,508 117
485,348 485,348 00000000000000000052986492aff807e5b5d171f7322506b8fea27e65927087 0.21 MB 135 61
485,347 485,347 0000000000000000005f380c90235da370280897c0fa37b19cff985e7134835c 1.01 MB 1,874 31
Previous 10 blocks ↓
Total Size: 703.48 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,592.90 GB sent, 234.58 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.