Memory Pool Memory Pool Refreshing

79,309 transactions
36.80 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,661 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,947 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,660 (377,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,804 471,804 000000000000000000c8ee7e306ed26c3cfb67eb525b7e60bdf1f91d19564a69 1.00 MB 774 119
471,803 471,803 0000000000000000003cef6dbc755d37f0febd458a7ef0dffcca4c41cb40668e 1.00 MB 1,030 116
471,802 471,802 000000000000000000ce53c333aae05f377db71702f6f7cc2de2c3edbc36ee1e 1.00 MB 1,201 88
471,801 471,801 000000000000000000efdd94ab4ec382eff1357e64f5f8afc8bfe6aadb435c8f 1.00 MB 1,577 337
471,800 471,800 0000000000000000011fb62cb4bed353816674cfff7687feffd092ecef59d903 1.00 MB 1,211 57
471,799 471,799 000000000000000000ba34a901985c25c6ad34f51acd8e88049d3fc077f07b0e 1.00 MB 1,859 131
471,798 471,798 000000000000000000715f6e0a7cf3370c0c021e45cf2da877c7f808d5533696 1.00 MB 1,823 188
471,797 471,797 0000000000000000012fa79d3a0247202b7e83ee3e5100fa559a1136ebaacb36 1.00 MB 1,541 274
471,796 471,796 0000000000000000002477a6bd1ea52970a6eb5053a827421da2edb099ebedef 1.00 MB 1,214 316
471,795 471,795 00000000000000000067fa74e9e07cab5513baf496f86adb2f35660f9cf75213 1.00 MB 1,873 371
471,794 471,794 0000000000000000008567c5bf6782e57fb65c6547363c9f5e8e874e534aafe1 1.00 MB 182 280
471,793 471,793 00000000000000000151275cdef3c23282548059f6eeec58ef803bb5770a7ddd 1.00 MB 558 333
471,792 471,792 000000000000000001870e115fa2d53fd65c2b2014d4c790d7306ef4a6d21b84 1.00 MB 1,121 361
471,791 471,791 0000000000000000008550716b6f34613b23d3d576dca345128d37fbbc8079ea 1.00 MB 1,940 193
471,790 471,790 00000000000000000042641940743c0b6359028dba9bdae90ff49d26339e7fcc 1.00 MB 1,963 297
471,789 471,789 00000000000000000058ac7c6a002127473bbdc04a3422e178d4b56e9a7a99c2 1.00 MB 3,277 457
471,788 471,788 000000000000000000d45ba21ced959c520f4a3409541400aa12ec9550189f8d 1.00 MB 1,014 96
471,787 471,787 0000000000000000014dc4ef64408bced46812038b1d1b62b07b87aa31a6b75a 1.00 MB 2,218 174
471,786 471,786 0000000000000000003bc96f15b3b1271b94592d3106fcf9f8287db4ffa25756 1.00 MB 1,892 199
471,785 471,785 000000000000000001792dc663db06b3f5743ce784cf77a6fbd176936cf0e9ec 1.00 MB 1,998 255
471,784 471,784 0000000000000000003d2b588942807cc79e5320619828f6c6610374d5a0eca3 1.00 MB 2,391 312
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

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