Memory Pool Memory Pool Refreshing

71,367 transactions
35.86 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,870 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,009 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,869 (295,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
553,898 553,898 00000000000000000026fcb4d68fbf8291a2af7c0d0633d7351554b348c7a545 1.16 MB 2,817 5
553,897 553,897 0000000000000000001677333c2c9d5f2511bf5898aeff9fbbca057c723d8f43 1.26 MB 2,681 24
553,896 553,896 00000000000000000007ffa72b6fb1351f048c8f04b7345ae828ffeb0f508387 0.41 MB 477 16
553,895 553,895 00000000000000000008bdba38179c6044330b110bed45d1c9586e3593a01c5c 1.14 MB 1,892 23
553,894 553,894 00000000000000000015a5a68301003161eb5f8af7a92e2e0f730db6b9e7999a 0.40 MB 654 20
553,893 553,893 00000000000000000016e383d704ab2e72dbbdfe6182b708c1cadf4242ef3ac8 0.52 MB 780 10
553,892 553,892 0000000000000000001a1791281271b722d5831ca462aeb090d664f33e29bad0 1.18 MB 2,190 11
553,891 553,891 0000000000000000000fc80a39504686c57b539cce205685bd4fe87d3a5b24ba 0.28 MB 288 4
553,890 553,890 0000000000000000000920af070b6a7f1e377a47cbf11b710c3f7b7ca916f306 1.17 MB 2,263 13
553,889 553,889 0000000000000000000155a4a6783cc1516d758c320ea9907e80aa652c5f0c1e 0.02 MB 32 16
553,888 553,888 00000000000000000006a4870152d44177048e2e24a1373890a095d94948c7fc 0.06 MB 119 5
553,887 553,887 000000000000000000319921f0d661187487b2a1251071da554f714f45af76dd 0.42 MB 899 13
553,886 553,886 0000000000000000001b297e953e2154c35e1c9fa3602d7b0b1c5a9e73f339bb 1.16 MB 1,370 3
553,885 553,885 00000000000000000025b0535452c451fe00d1c25ed8e4a2b40c6062c1af6fb1 1.21 MB 3,040 19
553,884 553,884 0000000000000000000f522fb28ed78fc09ef84a84aa0e37555447f70aaef764 1.16 MB 2,169 14
553,883 553,883 00000000000000000017b30fc86f5ca18a090e0ad2d3befbf7e3a6fe838bfc75 1.18 MB 2,424 11
553,882 553,882 00000000000000000004b84117f9a34d8b0c65a8b1c793c43fc5399b2f637ebc 0.18 MB 379 11
553,881 553,881 0000000000000000001c690f3ddb842066558429c331291fc2af646a6c7340c1 0.65 MB 1,366 11
553,880 553,880 0000000000000000002916e22cffd66a59dccb5422b39c4023de7cbbac6626f0 0.88 MB 1,740 15
553,879 553,879 0000000000000000000f13cd6fc34c27cf10b14242cab3030a746e9b58d84e7d 0.05 MB 112 16
553,878 553,878 000000000000000000301fb12738d94dc7e4feb17951b897724082a91092277a 0.99 MB 986 1
Previous 10 blocks ↓
Total Size: 661.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 793.76 GB sent, 5.38 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.