Memory Pool Memory Pool Refreshing

79,807 transactions
35.82 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,645 (383,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,923 465,923 0000000000000000002e6a908e3b0678e06ea377102f9951022e4a574008d02f 1.00 MB 2,460 194
465,922 465,922 000000000000000001d19d4caed5e367267070ead993f0448aa5b7c51b56b2c1 1.00 MB 2,207 281
465,921 465,921 000000000000000000de743e1a7337179e21db24d37f7fcd76bf68b10c2ecc04 1.00 MB 2,351 248
465,920 465,920 0000000000000000018b08bbb0e23077ad516354c581b2ca5b12d67a8713071e 1.00 MB 2,599 199
465,919 465,919 0000000000000000010dacd2326dcdb19f011856b84877e881cf330463888a0b 1.00 MB 2,746 238
465,918 465,918 000000000000000001a68beea1e21cb392e6e8e28df633dabc0f2a60ebb0df9a 1.00 MB 2,900 277
465,917 465,917 0000000000000000019ff8d5830348af52cdf5550693815c91a497d7d2f62b74 1.00 MB 2,231 156
465,916 465,916 000000000000000001a086a1da5f9f84cac2566beb517906421161da58a5a5c4 1.00 MB 2,556 225
465,915 465,915 00000000000000000133623e4d1a3b7bde8bbfbb9cc3f42cf2bee5289a6f376e 1.00 MB 2,413 222
465,914 465,914 0000000000000000013ac4283307e1c3b90df913acf371861bdd627e73b2fb68 1.00 MB 2,116 162
465,913 465,913 0000000000000000002984f6e8391564b5fe451d6e3630708e8fa40d10a4e3f6 1.00 MB 2,200 183
465,912 465,912 0000000000000000014c054e49d8e16ad8387841670216d8bf94ad98b28a6fc0 1.00 MB 2,324 225
465,911 465,911 0000000000000000002a4e5d090ff7eb50c4dca970bcea8279cb7e1da078b581 1.00 MB 2,671 295
465,910 465,910 0000000000000000009e42d43260873ff238c4a85f4e625c0518fe4731e6f525 1.00 MB 2,485 182
465,909 465,909 000000000000000000fcf3d447ce4a0f706f08559471b0183af1edbccea80dd0 1.00 MB 2,141 189
465,908 465,908 0000000000000000019f2ee8b6cf9e149b4a13fd6f31a472e02fc343ce0398b7 1.00 MB 2,477 250
465,907 465,907 00000000000000000056220e8aae8b1a9dc5b152d168435d5f8fc51a74876d50 1.00 MB 1,238 162
465,906 465,906 0000000000000000014d581f335f3ad4665a5b273d6d8831704f83a03904f21b 1.00 MB 1,952 152
465,905 465,905 00000000000000000095696ddcd9195530240ee234bc122a5e1ccf8f31ade606 1.00 MB 2,188 232
465,904 465,904 000000000000000000e9dd46374010bbb8345140af700d0634dc89e4622f7b9b 1.00 MB 1,833 170
465,903 465,903 0000000000000000018f5c6ad5ff03f6c356c18bd1142f7d6f96735cb393325f 1.00 MB 2,093 192
Previous 10 blocks ↓
Total Size: 660.83 GB

Node Information

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