Memory Pool Memory Pool Refreshing

58,424 transactions
31.19 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,978 (107,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,778 742,778 00000000000000000000d439159dc3ede497faca89c6d090d165414de4978c77 1.73 MB 413 1
742,777 742,777 00000000000000000000a582c256b4c090259df4a1b43fd69e15de54dc4dbac8 1.05 MB 378 2
742,776 742,776 00000000000000000006761c3d2e32168e4ca14d7df66ec2b5c196f3155ae6cd 1.58 MB 2,847 14
742,775 742,775 00000000000000000007348d0bad591ed193a7d0fe2a11e9d8515fdfeadffc7e 1.06 MB 188 2
742,774 742,774 000000000000000000085f995ab08c3e9a653b6f2d24d541d296e494a715b2b0 1.09 MB 405 2
742,773 742,773 00000000000000000006083e20c8c656f20e74de8334f294e3b83d0de7d25d00 1.13 MB 364 1
742,772 742,772 000000000000000000016be9a825283262d377a60567496e364e1ad75e563f01 1.24 MB 883 4
742,771 742,771 00000000000000000006fef460a8ff9c9aaa9a347c8e9ea0ad45115b9f047055 1.67 MB 1,793 6
742,770 742,770 00000000000000000003637da9b2bb18b9be781a143b4bd0d42af839162dc3ab 1.58 MB 2,759 7
742,769 742,769 00000000000000000001434202cbd9c9e612eefc07922cb92fa89c22b2680b14 1.57 MB 2,455 14
742,768 742,768 0000000000000000000864f7813fabf52496455b916d569cb59e3572a4239a1b 1.27 MB 1,606 13
742,767 742,767 00000000000000000001c6811871d6bbafa9fdf607c6de86927eac7ff000aa08 1.51 MB 2,763 23
742,766 742,766 00000000000000000006802d304e3229f70caa0ca38dcb64ca9207d93ff39ba3 1.39 MB 2,835 24
742,765 742,765 00000000000000000004e26f83f79b6ad43a8080755754a8d74d8987b2db1086 1.66 MB 2,532 4
742,764 742,764 0000000000000000000321b8477c5ffb149ea9e5624e72d047d2b75b6dbd9222 1.54 MB 2,870 9
742,763 742,763 000000000000000000055b4471947a0a192aaa04d8a4b2e9ef32e8103e59ff99 1.60 MB 2,800 8
742,762 742,762 000000000000000000002ae78bbbfe8ddac6e0f3c6f126c9dc77049c413d576e 1.59 MB 2,601 8
742,761 742,761 00000000000000000000caf01695448b41dfbb0f7676f01b203e9341f2eeb54a 1.53 MB 2,859 18
742,760 742,760 00000000000000000003828e56671665c75b65b09876685ed0afe3c0ff93e1f5 1.49 MB 3,217 16
742,759 742,759 000000000000000000091fdf73802ded69837a4a03dd8af534409411f477c6e5 1.23 MB 1,627 12
742,758 742,758 00000000000000000000dd4dbc9dccc5e1b08efa8bf2a2be48e57cae0d8d8222 1.29 MB 1,853 23
Previous 10 blocks ↓
Total Size: 661.47 GB

Node Information

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