Memory Pool Memory Pool Refreshing

75,506 transactions
32.04 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,489 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,782 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,488 (62,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,886 809,886 00000000000000000003dd9cf37eff011c02d1b4dc5e6152170e30015ff582bd 1.56 MB 3,212 33
809,885 809,885 000000000000000000047792b4ddc4d5137d6dedfd207adc11e6c7933f71749d 1.97 MB 4,515 5
809,884 809,884 000000000000000000031a000899de9e53a411dc8b23600bfe7f02d0d5d099fc 1.86 MB 1,993 16
809,883 809,883 00000000000000000002e2510c3a4d4e06cdaa84f5fc6c313312b35bbd4f30a8 1.66 MB 581 7
809,882 809,882 00000000000000000003068121ae707b149d2652bb206698cf9438e555342036 1.29 MB 1,617 25
809,881 809,881 000000000000000000044905a1072b4977e53a3ff94414454215590f74b17a6e 1.58 MB 1,657 12
809,880 809,880 0000000000000000000310cf0272fd1ece738c070480d36177ffde9225bf88df 1.55 MB 2,060 19
809,879 809,879 0000000000000000000144b31ee8cd80546f93b8f11fe8f3cbd4b1d9284a2ae0 1.57 MB 3,697 28
809,878 809,878 0000000000000000000068c72e5f1b581393213b2c1b1d7c1d6c75b8913e0901 1.52 MB 3,897 34
809,877 809,877 00000000000000000004968c66098f0d0a649b024a2f6fbdf3da25cb89eaabc6 1.53 MB 3,266 37
809,876 809,876 000000000000000000025937086c513aba532dc94fafa451c74062eea520ac4a 1.65 MB 1,375 10
809,875 809,875 00000000000000000001f1fece7248e2d257a72ef955f4487167fd2969ea8967 1.41 MB 1,304 14
809,874 809,874 0000000000000000000035a9fccab22ca66cd00a572f896e8e9a070baf4036c1 1.60 MB 2,638 24
809,873 809,873 0000000000000000000148a71fa564f1a22ce79649e53ed52e3f9d4c8974288c 1.47 MB 3,344 28
809,872 809,872 00000000000000000003c560ac2f75dbc3ad0793ca2ff0befa8bd7aae3251bc3 1.36 MB 1,761 32
809,871 809,871 00000000000000000003b44c472a48f5a9c8f8351d151377df13e9b6d8cde352 1.70 MB 2,384 27
809,870 809,870 0000000000000000000286fc2dc0f4455b21ae52ebf4d6bf85e6c17ed715c3cf 1.77 MB 4,384 5
809,869 809,869 0000000000000000000248da3e860e7e229719c5a335c2f59277b7a6f8111818 1.75 MB 2,451 19
809,868 809,868 000000000000000000039e3af8082c31ab77efd03dcdf0159cdbc71f8f88743d 1.97 MB 4,773 9
809,867 809,867 000000000000000000011b2859fe78e3100b0cef1a87320997ca066484e89a15 2.13 MB 2,728 6
809,866 809,866 0000000000000000000136e964d113b631c98c80e131d6914602e892fcae79cc 1.80 MB 2,170 13
Previous 10 blocks ↓
Total Size: 704.10 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,641.82 GB sent, 238.61 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.