Memory Pool Memory Pool Refreshing

42,184 transactions
21.04 vMB
Show Random Selection Loading Transactions
Max Size: 135/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,700 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,147 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,699 (67,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,765 801,765 0000000000000000000445c7439c53f4e5b963c3bf6ea9590a1ef7cc7600b36e 1.76 MB 4,273 9
801,764 801,764 000000000000000000001965c6e48eec2b02ddf0fc9e57d3b85e3650d90fe678 1.70 MB 2,507 11
801,763 801,763 00000000000000000005247c7393d4e72a92f9c1af36b9be94369a0bd210dfbd 1.60 MB 3,448 22
801,762 801,762 0000000000000000000347f378a1b1a676e124bb235bc50f5b767a3760ad967d 1.99 MB 3,334 14
801,761 801,761 00000000000000000003d4a995604525f0ad8cf83504c488a2e4188fa99b6c16 1.62 MB 1,657 13
801,760 801,760 000000000000000000047a76a00b273c03c2ff6a23170a24e33411275a305b21 1.55 MB 2,857 19
801,759 801,759 0000000000000000000481dfbcdd7e12767602d0d17f042bd12ec328190ffac5 1.52 MB 2,408 19
801,758 801,758 000000000000000000044df7ee497ede79a33a30213f9879ec51c5c4a4d997da 1.64 MB 2,776 16
801,757 801,757 0000000000000000000381930f87fab37f33f182addefe8b1875ff99dfd9d7f6 1.63 MB 3,879 26
801,756 801,756 000000000000000000017f590f6eda2e35f997eaff8c8bc766f6d23b22f94aa7 1.54 MB 3,603 36
801,755 801,755 000000000000000000036a6bc9952db30ab526f1fb676899691ce9badf99ed6f 1.71 MB 3,912 10
801,754 801,754 00000000000000000000bfe735fcb02b9f744b8e29cb7964ee3a3be059821911 1.50 MB 2,449 17
801,753 801,753 000000000000000000031507f3e0a93a28c2d84b301a9c25a6c9bcb363cee07b 1.63 MB 3,486 13
801,752 801,752 00000000000000000004d3f0febe06c7beac9f01e06234a4a5f73ccd72de4d8c 1.65 MB 3,216 14
801,751 801,751 0000000000000000000014c2248ceea5acc642a486b7979d1b1f493b37e9a9d1 1.95 MB 3,654 6
801,750 801,750 000000000000000000051822ade7155d8d84edc89a013410e06c533245ca9349 1.81 MB 4,488 12
801,749 801,749 000000000000000000052860e725d36b09f45549f7c56d3b736cd8c151c3f76a 1.74 MB 3,421 8
801,748 801,748 0000000000000000000071e0f0a9459e1f5ecacff6828b52f3fe0667e4ec73dd 1.52 MB 2,525 13
801,747 801,747 00000000000000000000b9b56237c0a7be3d18fa3c70b33161d72b889f50093f 1.59 MB 3,076 16
801,746 801,746 0000000000000000000233a17875797d34b26b8a67f6cedca15eb975db12cd9b 1.53 MB 3,009 24
801,745 801,745 00000000000000000002948e8a159d4e01cbab185225dd1e92425d6f9d4b4253 1.67 MB 2,871 21
Previous 10 blocks ↓
Total Size: 698.89 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,101.95 GB sent, 203.28 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.