Memory Pool Memory Pool Refreshing

79,098 transactions
33.69 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,458 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,783 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,457 (181,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,888 667,888 0000000000000000000d0502ae9c2bb1b2cfd58288093f5613f8a41fc87a1b09 1.22 MB 2,851 96
667,887 667,887 00000000000000000001202d34db677d76e28cc79b882a3cc4806fd7dd7ed2c4 1.24 MB 1,614 19
667,886 667,886 000000000000000000067ebdeca0b5628b83a08752f95d1c14881674328ee73e 1.28 MB 2,316 36
667,885 667,885 0000000000000000000b6327d63cd6cff5fddabc6bd9ebe462579eff8ccebeb0 1.30 MB 2,319 31
667,884 667,884 00000000000000000005187af9ad4ec5567b474efa93395de0d43bd3271bf827 1.22 MB 1,920 11
667,883 667,883 0000000000000000000b64f073232d7b4a41b6fd294cac429bb8be4b2987a573 1.21 MB 2,362 25
667,882 667,882 0000000000000000000676c931cb32a358a9c7bcd862738a972f670355ee6fa4 1.19 MB 2,326 24
667,881 667,881 0000000000000000000a4df6db61b2aff2fe989e4367addb7b7a1210bfb4c6ca 1.08 MB 2,549 6
667,880 667,880 00000000000000000004919ba794d1fa4b18b528171299f79eb7b4c5ad99044f 1.33 MB 2,695 55
667,879 667,879 000000000000000000039ddff9aaeb5fbd9eee10357324254a11c90230550d47 1.33 MB 2,781 72
667,878 667,878 0000000000000000000b33acb41e29ef995136cea689d6940bc877c36de70c8e 1.31 MB 2,139 42
667,877 667,877 00000000000000000005448399bbc96b4fbe9c2927b68a321b4e115aff28d4df 1.08 MB 794 73
667,876 667,876 0000000000000000000959b24851164c733b74b6fc679edf9c3f1bd498b9da98 1.31 MB 2,255 29
667,875 667,875 0000000000000000000abf51af9deb351e41081de9a04aa7c1785822c2e092e6 1.33 MB 2,886 87
667,874 667,874 00000000000000000008e979aaca803bc56599f1bc80aa3196c1d9089958034f 1.20 MB 2,640 34
667,873 667,873 00000000000000000004020d5c11be2644e4ccb37181c3212eab5333a7f1f05f 1.28 MB 2,523 21
667,872 667,872 0000000000000000000b7f7b78598af7be6944181aebc2afc240fb178b222460 1.38 MB 2,964 84
667,871 667,871 000000000000000000016e6275717396a9dc64c479a4b5c902bae6df22185464 1.26 MB 2,718 31
667,870 667,870 000000000000000000091620215fe6de1162ea14ae0dde1aa91b84bc94f15595 1.19 MB 2,453 36
667,869 667,869 000000000000000000047e2179133ae91a6a8ccc865dff628eacd8ab183523d9 1.25 MB 2,306 27
667,868 667,868 0000000000000000000b7102eb122a57227b89184eb2d1bdd0212136837804bc 1.34 MB 2,644 74
Previous 10 blocks ↓
Total Size: 660.48 GB

Node Information

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