Memory Pool Memory Pool Refreshing

52,677 transactions
24.58 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,616 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,290 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,615 (541,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
329,770 329,770 000000000000000005433697b1348863289e2d614d32655bc82f808a3b8ed069 0.54 MB 1,053 34
329,769 329,769 000000000000000019e3804cbbdf1e81493167e28d35858c87ad61c19f01eda6 0.32 MB 632 30
329,768 329,768 00000000000000000456302c7d1ed9fa6c219cd08df37dfe8c8498a995bec923 0.24 MB 345 26
329,767 329,767 000000000000000010fa989c8b55a14699836f70ccd82131fc45cd431076060f 0.31 MB 335 16
329,766 329,766 00000000000000000e73895a8a78d5907f19d928dd7322efcabb2ed6112c4cb9 0.20 MB 459 35
329,765 329,765 0000000000000000085a9212d30ba243066c517d32bc577a9f8a017587be27d3 0.43 MB 501 21
329,764 329,764 000000000000000013510a7b1aa54342167db70a1076d1e392d71b251b8ae5b8 0.25 MB 420 22
329,763 329,763 0000000000000000070b29b71b3b3d47447d157abd6cba330dba095d6e272f2d 0.46 MB 555 25
329,762 329,762 0000000000000000066f5ea26eef473b1bc0d418a039fd8b5b6453017241aa09 0.28 MB 479 23
329,761 329,761 00000000000000000896c9f81dce75f989097f6ecea91a78d0c9df47c6129c04 0.84 MB 1,394 25
329,760 329,760 00000000000000000b0ccd48dcc803f782f49611ca896fd6426dc2280a6bb63a 0.17 MB 265 15
329,759 329,759 000000000000000016e71ee2972a5112e8fa0ab6290ae58301a988247940b13a 0.80 MB 467 10
329,758 329,758 0000000000000000077ebe267aff9b935f5a8490544991447e20b0c331bc55f7 0.35 MB 668 29
329,757 329,757 00000000000000000c86bdece600c32ef562e9c84a92f51527ec426f941b3837 0.75 MB 1,140 26
329,756 329,756 0000000000000000142e4750625b6f87217f0b8311c3a9a97382363f3fdcd640 0.75 MB 953 20
329,755 329,755 000000000000000019ff29a66f5c4a7a749f22fe345600275b3915349029a903 0.75 MB 1,825 35
329,754 329,754 0000000000000000000c0d8af8b12fce253dcfd16c993d0f53f1df223a891e75 0.75 MB 2,421 50
329,753 329,753 000000000000000005ddbdd3172cbb2757583f720817d00ba1435357bc8bb86d 0.44 MB 726 26
329,752 329,752 0000000000000000055a26da4ad8fa40146d1c2e0e139c97e49d5f225db3aed7 0.61 MB 398 13
329,751 329,751 00000000000000000c5ebb85f0631c65371e987a41a6c008e48295cc15060e2c 0.75 MB 2,036 39
329,750 329,750 000000000000000003337e9416166f395eb853ca0c12acbce0d162d2463664c2 0.11 MB 103 12
Previous 10 blocks ↓
Total Size: 702.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,545.80 GB sent, 227.98 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.