Memory Pool Memory Pool Refreshing

22,964 transactions
31.71 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,823 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,444 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,822 (69,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,261 794,261 00000000000000000003fc80b75de5c02a5ced461af0d377e5fd43cb8299f572 3.09 MB 1,123 17
794,260 794,260 00000000000000000003dbae28aa3e0e3ab24a75d3c18502e6438c142302e933 1.59 MB 1,034 26
794,259 794,259 0000000000000000000197cc4cdff69104dae564ead3c33f9ae5053ef86890e9 1.73 MB 1,756 24
794,258 794,258 0000000000000000000293f1a435520cf2c42e8fe3aa6cde50fa7c605f1d94a4 1.77 MB 1,279 11
794,257 794,257 000000000000000000001fd2c20517dd9decd245d82520aa8896e2eacd938d74 1.54 MB 1,800 13
794,256 794,256 00000000000000000001aaef0705b4fad603452c42f8df18f6cc5d74704a334b 1.59 MB 3,093 28
794,255 794,255 000000000000000000012020decc354f8d4fb961e3ccce03f9d7e878a09e71a6 1.56 MB 2,809 30
794,254 794,254 000000000000000000040a00adf152acf4f8fc7ad0c35309114bbd4f09387722 1.58 MB 3,808 34
794,253 794,253 00000000000000000004e30891bc55a37b298c723f7a2bd917fe2824843f5ab9 1.51 MB 2,673 55
794,252 794,252 0000000000000000000450edc61d7d58fad1a67b9ed97f09f777af5028f1dfdc 1.90 MB 5,288 15
794,251 794,251 00000000000000000004429d7c710c1e54a84c68fbf9320433808004912d0809 2.01 MB 5,050 10
794,250 794,250 00000000000000000001518aae27e1adfe30373b75b10ff4237b743ff6143850 1.51 MB 1,781 18
794,249 794,249 00000000000000000000affeb00e86634f0f538b0994578f07a5f1e5b299f8bb 1.29 MB 1,484 28
794,248 794,248 00000000000000000004e3288bf843837d71fa00a412b5f2182bec9981d2f04d 1.89 MB 3,632 15
794,247 794,247 000000000000000000048a819c0964bfb5ca82ca415ea6142136e40854c81651 2.09 MB 6,142 10
794,246 794,246 00000000000000000004e492b9bab6469d08f42930ec5df3468c02dd617eb7f3 2.02 MB 3,795 13
794,245 794,245 000000000000000000056c039fc8cc169b2a30d33d6a278abb87849b6eef2f2e 1.87 MB 3,935 12
794,244 794,244 00000000000000000004d2b540f390927b891a95c3e5879ff4af6b930ce1f1d1 1.81 MB 3,069 20
794,243 794,243 0000000000000000000536a27d463a98cec069c06be46bd1883f5885572b431c 1.89 MB 3,016 18
794,242 794,242 00000000000000000003fadafd78f204fc3e64030d198d542af6d58d05165074 2.00 MB 2,793 18
794,241 794,241 000000000000000000020dba04cb63125ca71ee13cba035dfab4e92b3fa46925 2.23 MB 2,511 12
Previous 10 blocks ↓
Total Size: 687.68 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: 1,523.18 GB sent, 123.41 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.