Memory Pool Memory Pool Refreshing

78,771 transactions
31.70 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,719 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,583 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,718 (290,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,827 558,827 00000000000000000020f680ce70755d9eaf8892619f273286c0209a91b69c70 0.34 MB 1,077 16
558,826 558,826 0000000000000000001bd0220939a6ce50912e7df704586b9570d9c802e0f927 1.01 MB 2,359 5
558,825 558,825 00000000000000000024d26b8e857db11217056f090018789d1af7cd18403eb0 1.19 MB 3,312 11
558,824 558,824 00000000000000000026857e7453baae9046148ca5c0d6c4c9472b7592951c62 1.58 MB 1,879 19
558,823 558,823 0000000000000000002a6262242d70bd455f77e8435d334e4b265be7632edaf9 1.36 MB 3,303 29
558,822 558,822 000000000000000000233a26a085f77a175e13eed83f2701cb7290666b2d5444 1.23 MB 2,909 44
558,821 558,821 0000000000000000002dffe98c0b20a9cd53e790882cc2133149d4ca923910c8 0.53 MB 1,090 13
558,820 558,820 0000000000000000001da9b5f98959c3c20015328ddb93c5da9134620533d86f 1.22 MB 3,190 16
558,819 558,819 00000000000000000020b57da36dc2951c1b1aeaa89a1475acdfb3cf4e7b66ae 1.25 MB 2,915 25
558,818 558,818 000000000000000000051569f0825a6a07b6d5912ee9f4d3cd27a14d9969b037 1.20 MB 2,366 16
558,817 558,817 0000000000000000001f839675eb4ad84c6b8d49198af285a39eff27b4c27609 0.37 MB 699 19
558,816 558,816 0000000000000000000c4c0944f627f63d612bb2ad9e18271260e922605ccbc4 0.95 MB 1,212 5
558,815 558,815 0000000000000000002506dcc587e152997efae4229e8618b2f0376d8cb08859 1.15 MB 2,434 9
558,814 558,814 0000000000000000001d0fdde3e3c04318463a7f286e46ddad6de2c7c8b0cb5d 1.33 MB 2,092 10
558,813 558,813 00000000000000000001a6bdd0a7e97ea724586644b1955a9f89229a24f214f1 1.21 MB 2,820 17
558,812 558,812 0000000000000000001f5aefd4411209fb1f0ad967366157286808a95aebda84 1.09 MB 2,706 9
558,811 558,811 000000000000000000272540bc283b1a35c61520eefa32dd4c29fec50a4579a2 1.28 MB 2,974 25
558,810 558,810 000000000000000000080c9e29e0ad3823b01176417592a44e47c02bb0054e33 1.18 MB 2,931 14
558,809 558,809 0000000000000000001c7dc23909d69457031b78b6abca18a23f38a00b4f29c4 1.27 MB 2,580 35
558,808 558,808 0000000000000000001f2f64d74bde699beabd18fc62f6b2d137cec5762ee685 1.23 MB 2,466 16
558,807 558,807 0000000000000000000c88335b331c5cd3f4541e5540009c26f0342df5dbf738 1.30 MB 3,193 37
Previous 10 blocks ↓
Total Size: 660.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 668.20 GB sent, 3.95 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.