Memory Pool Memory Pool Refreshing

80,494 transactions
33.21 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,471 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,543 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,470 (96,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,785 752,785 000000000000000000055676ddcfe43e0ed4152b0aa4a681ce272dd0a2fdae5b 1.94 MB 480 2
752,784 752,784 00000000000000000000abf6a7c2d687463fbcf833e0bf9142046fb047672294 1.66 MB 1,389 5
752,783 752,783 00000000000000000005767863ea1bc3d04001c028fd953fcdb3ff4062b8a4b1 1.40 MB 2,390 7
752,782 752,782 00000000000000000005491961fdbc4aa00a51b1320b4ea857cc2ed5dbcad6b1 1.59 MB 2,967 12
752,781 752,781 0000000000000000000853cf8272da6e1605fff638f3a98bb010627a5b025c2c 1.47 MB 2,495 12
752,780 752,780 00000000000000000002c34f755280b40f0ffc765b98d5d8825a5239568c0ff2 1.34 MB 1,977 16
752,779 752,779 00000000000000000003692560991d576c4ebc7ea0fb8a96079bf7d9ab6d8ee4 1.49 MB 3,803 19
752,778 752,778 0000000000000000000210abebe23e307da3816c901a89db11fb06296bd64268 1.36 MB 2,320 22
752,777 752,777 0000000000000000000551b4310f1d89e1c1f7eba079906c0f305e7c0067da33 1.74 MB 1,624 4
752,776 752,776 0000000000000000000678c39ccb154fa0cb9a08e29347a59b4af61423ffa535 1.47 MB 3,015 13
752,775 752,775 00000000000000000005e2ee129ac894c19366ae8469c34eea6e15e7e38542db 1.47 MB 3,162 16
752,774 752,774 0000000000000000000798ddfa47f7841bc19d937cd330eab57525351190e9e5 1.72 MB 1,040 3
752,773 752,773 00000000000000000008760c8f8405df2008a37c29c788ca9a4cba265217e566 1.49 MB 1,898 5
752,772 752,772 00000000000000000000b657862e35fefb142a82de7ca8dde81d7efd8183a156 1.54 MB 3,367 16
752,771 752,771 00000000000000000000db285067729f5f7c61aaf259eb6f20e35daed7d40935 1.58 MB 3,496 20
752,770 752,770 00000000000000000004d2780d07f77850b6b0fe82af94e6d2162c3d84769190 1.54 MB 2,017 13
752,769 752,769 0000000000000000000698aff725c903dbdc8db198c304b9f105ee711d4f56ba 1.58 MB 2,386 9
752,768 752,768 00000000000000000007a901e2a80766bf363fc5c4594e24629bf4f0ee1c0c4c 1.24 MB 1,170 14
752,767 752,767 00000000000000000007635452b59ca3b23e738819c9a39dfec1aa606de92c49 1.46 MB 1,395 17
752,766 752,766 00000000000000000002039a25f48b75ea2e18181b16a5f4dff0003f09e39ac8 1.60 MB 2,806 16
752,765 752,765 00000000000000000004b4bfad7246aa7452cd7fe97cd65226b831a19354a45f 1.57 MB 2,639 13
Previous 10 blocks ↓
Total Size: 660.50 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 97 incoming
  • Data Transfer: 395.82 GB sent, 1.81 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.