Memory Pool Memory Pool Refreshing

65,490 transactions
36.02 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,668 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,782 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,667 (417,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
431,833 431,833 0000000000000000032e2377f3defb05704682531c8351e381f24bd88bb19b87 0.13 MB 224 54
431,832 431,832 000000000000000004290371df36abbbd43ecf486dd77ce4425c18f6ab729918 0.99 MB 301 7
431,831 431,831 0000000000000000013761b11793c0b373962185eb95c48988ffe6a7d1ad76da 0.64 MB 1,564 58
431,830 431,830 0000000000000000043ca3c86bf9c96c40f14eecd2077f5e86cb78cd0766f930 0.14 MB 303 51
431,829 431,829 0000000000000000011504ae726c0f95d0702a9b603bb3c6ff0605c409d21540 0.36 MB 206 29
431,828 431,828 0000000000000000047a00b1892469080caa1b2fabe4228cd24559c4512c3760 1.00 MB 2,385 56
431,827 431,827 00000000000000000465569a3400f6b3e9d445c8111469bbb323fc39ffbcacbd 0.37 MB 664 50
431,826 431,826 000000000000000002efa676cd5d8e4c56fcf69e69bfe869f3a5fc83d9a95d0f 0.93 MB 1,441 36
431,825 431,825 00000000000000000101194467980498d73c1b8a5be4993842d1fd1774dffb3b 1.00 MB 2,940 73
431,824 431,824 0000000000000000021aa4c3c2d6a60851a508f60198addfcddf0d0fde90be73 0.41 MB 1,005 57
431,823 431,823 0000000000000000030bcbfe5e3ce3dbc99e54c84818e467f86cfdd417b67cb6 0.66 MB 1,626 55
431,822 431,822 0000000000000000011bf2f200733b5aa02aec3c2182e2969c5f17756da98217 0.69 MB 1,495 52
431,821 431,821 000000000000000002238eca40d1f1cafd50bc230c668932efea69c6cc3b4dbd 0.98 MB 751 19
431,820 431,820 0000000000000000026bbefd2cc091779130cda17eae0b20df34aacf5863156e 1.00 MB 524 11
431,819 431,819 000000000000000002af605ffe64aa9ef568212679eac56df982a36f9f9d3526 0.60 MB 1,437 57
431,818 431,818 000000000000000001eacceb6404f4a96a09f583c431e21a254ed515f473459f 1.00 MB 1,470 38
431,817 431,817 000000000000000002bda4cb69d607facf4d14b7508f0e02349dc71cf3598ff3 1.00 MB 1,440 40
431,816 431,816 000000000000000003b87f2e29935fe0740ed7865be7ab5305c58725ddc0b74f 1.00 MB 2,362 55
431,815 431,815 000000000000000000f759f4e4f9977dd3c93cd5161f22affa14433cc977ccd5 1.00 MB 2,767 71
431,814 431,814 0000000000000000032908aeec711fec83c6ff2e4d80c4825e80bf20e083e58c 0.51 MB 1,154 53
431,813 431,813 00000000000000000477059d80b547ecc03e835b0792588e0ff338ba776e2272 0.19 MB 365 47
Previous 10 blocks ↓
Total Size: 660.88 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: 618.02 GB sent, 3.59 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.