Memory Pool Memory Pool Refreshing

63,971 transactions
28.19 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,701 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 971 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,700 (92,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
756,820 756,820 00000000000000000003c1fb38d90d155485476544330f63d05e91baf7285855 1.64 MB 1,272 3
756,819 756,819 000000000000000000073444976b0c6b4b540864958eb3a89184f03caeb1aead 1.56 MB 1,960 6
756,818 756,818 0000000000000000000464486d1e0a909ea78f4a6023f202682137c346dda6ad 1.41 MB 1,367 7
756,817 756,817 00000000000000000003dd4c59dfce42aa156aaedb8da55c6c6994d5ad4762a9 1.51 MB 1,199 9
756,816 756,816 00000000000000000007b5d363558f7f9526a8db86c4d950e9bcb21bf2987edc 1.24 MB 1,203 8
756,815 756,815 0000000000000000000470cfd6ad43abd8361a7f5e5c1ac25003759e6f92cbb0 1.52 MB 1,377 6
756,814 756,814 000000000000000000075f2f9434af2746a1a60b85c07f2fc4470aff543873e0 0.78 MB 382 3
756,813 756,813 00000000000000000007ced1b3c981b1ec1be675733fb23d6ee0d70284779553 0.86 MB 947 7
756,812 756,812 0000000000000000000739ce979bc859f6a97be3761cc85e0613f989a6f69e3a 1.31 MB 1,103 9
756,811 756,811 00000000000000000001016e7fbe69d0d5008b7dfb0709be49023197c1472d41 0.41 MB 745 8
756,810 756,810 00000000000000000002bcc4d86245a29571b7d084542a29c621ea040d997e67 0.78 MB 1,186 7
756,809 756,809 0000000000000000000445c30e642bf9590f1cd80e491456d1ea3c3356613d40 0.54 MB 695 7
756,808 756,808 00000000000000000000657d657b664af4fdfbc373fa9ac625089492b2eb2f7b 0.68 MB 856 6
756,807 756,807 00000000000000000008ef65e3596c3f56365a870ce273d50e74d50c60ddab63 1.24 MB 1,604 5
756,806 756,806 00000000000000000001febfac93eb4f690754a70bcaf9c15be70246f999dfe2 1.54 MB 1,826 9
756,805 756,805 00000000000000000002899e1b544817220fdb07fb36ee7060e8fc0364c605f1 0.10 MB 222 10
756,804 756,804 00000000000000000001b9b62caa352625fc0ec773e222f7571f2912acbb2c61 1.24 MB 1,004 5
756,803 756,803 000000000000000000040deb543d9c81d5f820522b835b8d16c8f62d6a0cb5b1 0.01 MB 28 7
756,802 756,802 000000000000000000051195d375a81933aca2d77eee93fdca41e69a62b5493f 0.14 MB 209 11
756,801 756,801 00000000000000000006b94a8c82baf8527031b3ffebda0f25376d6d95804d05 0.84 MB 830 5
756,800 756,800 000000000000000000060256d7b5ac5506ed5dd940e724d1053e4915484dc6dd 0.07 MB 149 10
Previous 10 blocks ↓
Total Size: 660.95 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: 641.75 GB sent, 3.76 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.