Memory Pool Memory Pool Refreshing

80,347 transactions
34.62 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,612 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,117 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (66,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,111 783,111 00000000000000000004d6384217c941f09b1cf53a8a4e839cf445178be544a7 3.69 MB 488 5
783,110 783,110 000000000000000000033e609b625f2b267df2bb54bd08b5b1825fe1df595d28 3.56 MB 536 10
783,109 783,109 00000000000000000004a37b240ab847566280168dd8f9187f5d73bee89725e4 2.16 MB 1,678 24
783,108 783,108 00000000000000000001d75b12c574360a1dcbdfd2309e1951a13417b49153bf 2.72 MB 1,071 15
783,107 783,107 000000000000000000045ed70a95c36bd5fcb8d6ad940eeb3c9b46002120883a 3.58 MB 272 8
783,106 783,106 000000000000000000057ab5c5b05cb3152bcd671198b936804daad64222ac14 1.98 MB 2,217 22
783,105 783,105 00000000000000000004abe8b953fc125a3410f64dfd4f939fa3b18eb58fb4a2 1.82 MB 2,312 21
783,104 783,104 0000000000000000000388067c366641be4bfa082177ad6ab4f26c447ce05107 3.02 MB 1,182 5
783,103 783,103 00000000000000000000715f40aeb0309ff84a3014f5033ee50114ef8132e21a 0.00 MB 1 0
783,102 783,102 00000000000000000004559b1f48bba723d4c9b9c00167e1451a08fa08a326d5 1.82 MB 2,069 15
783,101 783,101 00000000000000000003004dc191cb52a2349a1aee5c0b48cb73d6723955ff67 1.62 MB 2,651 33
783,100 783,100 00000000000000000004a00d11e2f53c4c040ec3007e0de070e341e94f37e644 1.46 MB 798 38
783,099 783,099 00000000000000000001e373705ad09d8d7e68f9f4870ef597d68343d05d7e1b 3.70 MB 334 5
783,098 783,098 00000000000000000002030bc20ea0c151547702c52b23dd230d4c007e65f7f1 3.40 MB 496 5
783,097 783,097 00000000000000000000241b4056e0e7a393c3391e73615424a543ebd743d6fe 1.21 MB 908 18
783,096 783,096 0000000000000000000439253a0d77df4cfbc6a7b14bd6b140ec67dbea666f5e 2.51 MB 1,787 12
783,095 783,095 0000000000000000000442dfc1c0fc36b223c2937a61e71a047eab36047e0cf0 2.33 MB 2,307 17
783,094 783,094 00000000000000000005587f1dc6d5fd0e9b61cdb16b71b27b0778cd9de6b9c3 2.05 MB 2,715 18
783,093 783,093 00000000000000000001151e822b635af9355cf1827ffaae27c64945fa1c1226 1.59 MB 3,103 25
783,092 783,092 00000000000000000000d6feaa6da62c4feb2008583814f4990dbac59cbd7299 2.89 MB 1,448 11
783,091 783,091 000000000000000000043bf7b54e568829df8644e593c7d441282efdf533bbdc 3.75 MB 445 5
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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