Memory Pool Memory Pool Refreshing

84,701 transactions
37.63 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,925 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,631 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,924 (112,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
737,110 737,110 0000000000000000000747e4c6c4a7de43fbe977747c6fed9af4c90fa285d37e 1.81 MB 634 4
737,109 737,109 00000000000000000005dea1c5f518777b2a7deafde1c0b0f308fa3e081e9e3c 1.51 MB 2,718 13
737,108 737,108 00000000000000000005901bb861b5cb92f8b0f5a8c6c6b74a579e47c5735d53 1.66 MB 1,761 8
737,107 737,107 0000000000000000000558139741902dbcda84890be52d70892537c8dbf4817b 1.47 MB 2,692 17
737,106 737,106 00000000000000000007e735adb37a7f1edf9d51e51398aa5d5e62b03ef9bbe9 1.65 MB 435 3
737,105 737,105 00000000000000000005ac9cea5b0843682e4b50ea3f9b98ef2e4ae8e86f4236 1.30 MB 1,602 17
737,104 737,104 000000000000000000075546261b7e58070e89337d5526eb1b3e677a9725c94c 1.60 MB 2,067 11
737,103 737,103 000000000000000000076bdc87912707746598f08ec63ddf391b8648f46fb48b 1.62 MB 1,780 8
737,102 737,102 00000000000000000008d042af288769663f527ff9a70eccef7fe8f2fcb60301 1.73 MB 972 5
737,101 737,101 000000000000000000006763299f7f1e8515f47122637da4f2e816fb13c92756 1.52 MB 2,892 13
737,100 737,100 000000000000000000032237d5aeb7fc43c4551f145ac2e7bc33c4663040dbf4 1.48 MB 2,051 8
737,099 737,099 000000000000000000037cb15c6e68e6370112f4a5f6ebe768acac2e1dbf37e5 1.55 MB 1,391 6
737,098 737,098 00000000000000000007921df61bbfd98ca83d57a6f1b7221d7b9078c7641b74 1.52 MB 2,372 18
737,097 737,097 00000000000000000000a13d0875058baa9aecae3ac16b26041ca638bfe9acf0 1.69 MB 1,100 2
737,096 737,096 000000000000000000081b99f2af7ffc8d1f390f2dae1e675711816123823aff 1.60 MB 2,369 7
737,095 737,095 0000000000000000000440eb72bdb4436951da4f9413be2889f00552294e279b 1.32 MB 1,480 11
737,094 737,094 00000000000000000001533d8e6cf14e99e87e94b8b65c2f818fe5efee6a2df3 1.49 MB 2,874 21
737,093 737,093 00000000000000000008432407829aaf93624fd525ffd55ffe625a8fac642a3c 1.30 MB 1,730 18
737,092 737,092 00000000000000000007b2b8d7b9a7be2ba9a878946301d0b792ca56cf6c1121 1.61 MB 2,649 14
737,091 737,091 00000000000000000001a4a8ab88a41ad2a05743166dc6d1baeb2f948c9f1777 1.44 MB 3,031 23
737,090 737,090 00000000000000000002b3ca2f30d00f67630a8820aeda8b5aa4f2a5260cf8bc 1.36 MB 1,814 4
Previous 10 blocks ↓
Total Size: 661.37 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: 850.44 GB sent, 5.91 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.