Memory Pool Memory Pool Refreshing

57,689 transactions
29.02 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,177 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,980 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,176 (69,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,341 799,341 000000000000000000045943bb90ebf09665d8e89f097082c7a3695658685868 2.07 MB 6,001 5
799,340 799,340 00000000000000000001e7aa6b7eb1857b36288417bdca9849c72b2d163e2c93 1.70 MB 3,721 11
799,339 799,339 00000000000000000004580b657b04a5c040b8403edc01586df1a8edd7fa9d97 1.84 MB 4,892 7
799,338 799,338 000000000000000000005ec1d30abf3625efb7237f0826d8ae492ea0ff1ce36a 1.81 MB 4,421 7
799,337 799,337 0000000000000000000415c71d1fea5c4586bfb1eff5552b514a1a5532c9ac37 1.91 MB 5,508 5
799,336 799,336 00000000000000000002c8aabc81614b1fbed7b83f090332f80d8b75b0c0334d 1.76 MB 4,427 5
799,335 799,335 000000000000000000051d8fe3f0f21e32ce4f7e5cd42a80b7b5bdc7b165f048 1.47 MB 2,454 11
799,334 799,334 00000000000000000005170e2faac2f879366bab1394c3d1e800c021150d4e31 1.52 MB 3,205 10
799,333 799,333 00000000000000000001683c740457fa5b60dc8b73c5b7e54699146c23c149a9 1.66 MB 2,567 12
799,332 799,332 000000000000000000043ea71faabf77ea11cf6dd8c454c0423ce8f10aee8a8e 2.02 MB 5,615 6
799,331 799,331 00000000000000000002b56f60a685f08f4e9c32de90496ec6c9f11d36de0048 1.57 MB 3,256 11
799,330 799,330 000000000000000000024bf02a55d065845601535eb828fe7cee0ed8a8aaa551 1.72 MB 2,889 12
799,329 799,329 00000000000000000002670bd4b7cdd27cdd85bbe4e1c162e651f712542dc639 1.79 MB 1,946 10
799,328 799,328 000000000000000000045365d3d3c4eafa7323c1d3af24faec460fadb4289e4b 1.37 MB 2,196 14
799,327 799,327 00000000000000000001a2f79fdde8d1c87a01ab9c543124d2c420ba0e80bcd9 1.49 MB 3,073 18
799,326 799,326 0000000000000000000290bb7da85d3988493329404395218c54881bf5bae014 1.38 MB 2,284 20
799,325 799,325 00000000000000000000062c2981569582632569310c3c085f7a1881e8b5aad9 1.96 MB 5,145 7
799,324 799,324 00000000000000000000eccd158e54e766a8b769808583aa02e9092515a0d98e 1.91 MB 5,263 7
799,323 799,323 000000000000000000031696718c60b015e1e4f9b73ce906b2f4c980add972f7 1.91 MB 5,380 6
799,322 799,322 00000000000000000001110eb23c0839499332ab6a9485aa2f2d7de9b5b3dfbe 1.84 MB 4,791 6
799,321 799,321 00000000000000000001346206062f296f206b9799588ea29e4f83ab2f12d7df 1.73 MB 2,916 12
Previous 10 blocks ↓
Total Size: 697.90 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,063.71 GB sent, 197.19 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.