Memory Pool Memory Pool Refreshing

47,439 transactions
24.44 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,650 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,843 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,649 (74,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,104 795,104 0000000000000000000259eb2c8c612640706d97954c690620fb1549580e85bd 1.50 MB 2,608 26
795,103 795,103 00000000000000000002ab91e9e0a76ecbe2ee816b39a0e8d6ff5549e804a925 1.57 MB 3,648 27
795,102 795,102 00000000000000000000ffbaf0b8f26bd5afbb0dafc5794a16a7af81bf084b7a 1.67 MB 3,313 30
795,101 795,101 00000000000000000003657d2af4fd962c27469b4d709a76ddabc242c6beefc3 1.76 MB 2,923 30
795,100 795,100 00000000000000000003f6d750d8f869950bead4fc3bc33efa1ec134f8e7bd5d 1.47 MB 2,998 50
795,099 795,099 00000000000000000001698df34dbae8054c1f5698a7b33849d76031959c80c8 1.59 MB 3,254 32
795,098 795,098 00000000000000000003da124aa2c9a6fdf3023b4afd3e3229ba69387a9b71e0 1.43 MB 3,042 26
795,097 795,097 000000000000000000037c7af24ada21a84e942e739d1bc6c92e33dadd6d11f3 1.79 MB 2,109 19
795,096 795,096 00000000000000000001437c607f376670e1869d577c85ed42b821fb69c9df1a 1.18 MB 1,008 22
795,095 795,095 0000000000000000000469927fe3963422035e23c430d9bb69c3ab326fbbae52 1.79 MB 3,234 17
795,094 795,094 000000000000000000034cd520be7a44ce226af3a34bc84991a8221a54e2072e 1.75 MB 3,356 18
795,093 795,093 0000000000000000000387409028ca80c8279b4aed9569bcdbabf21ca72043a7 1.78 MB 3,370 19
795,092 795,092 00000000000000000002fdb532defe5b647197586b775491d5584bf02bb98cef 2.05 MB 1,822 13
795,091 795,091 00000000000000000003602c3d01e02916ab9b59a29553c247baacc11b8bd370 1.77 MB 2,540 25
795,090 795,090 0000000000000000000286410829b14f5d0927fc4ea52ea2885fcffa4f4a038f 1.80 MB 2,828 24
795,089 795,089 0000000000000000000105b8bc28e41ce09378f9f5f55cb55e795e4c80431620 2.21 MB 2,770 16
795,088 795,088 00000000000000000004f785ede4b61f1628483fefb61c6fab378f004742fac8 1.57 MB 3,309 31
795,087 795,087 00000000000000000004cf4f5b3440df48f7cd85adb1c562bb826dc11f3929aa 1.70 MB 3,065 20
795,086 795,086 000000000000000000037f9801cdbea919dca1445147798b9540c3aaef5b7ffe 1.81 MB 1,739 15
795,085 795,085 00000000000000000005210e453da2a9494eb34b2d1e526a35eacbbdf887a43a 1.58 MB 2,505 25
795,084 795,084 000000000000000000006dd471f5f76f77a361517fc2753bb11621d8e932ab0c 1.34 MB 1,456 18
Previous 10 blocks ↓
Total Size: 698.79 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,099.62 GB sent, 202.78 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.