Memory Pool Memory Pool Refreshing

55,815 transactions
32.33 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,187 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,392 101
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,186 (560,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,206 281,206 0000000000000001fe291fae18542d032564cc6e16b2f2ec0ed738aa95ab9021 0.04 MB 97 15
281,205 281,205 000000000000000200fa0698233ba357234bfc093fcd171bd41204ca472079b5 0.34 MB 570 39
281,204 281,204 000000000000000048664819a8fddb496606c575d4ef9c4fc679af2dace6bcdb 0.25 MB 619 72
281,203 281,203 0000000000000000b61029f456337d2316bbc297917e294a677e153f15d2deb5 0.35 MB 743 33
281,202 281,202 000000000000000266405ceeaf3eb2a6e7beedde4ce4d631842a1b0a609bd966 0.05 MB 110 138
281,201 281,201 000000000000000184d5168dd5bfc6dfa9b7f662d3210f82ddef1b3676020e0f 0.25 MB 551 63
281,200 281,200 0000000000000001fb7a1722b68353f0ea3356718b2e4e86381042c3407acb2e 0.12 MB 211 108
281,199 281,199 00000000000000015250e90e0b12d7c6fd24f00270e5f777ee0624eb9dfe99c0 0.25 MB 642 34
281,198 281,198 00000000000000019b6921debef665e894391a35344c4cee562c5fc874756682 0.05 MB 137 167
281,197 281,197 0000000000000000181dcf56016ba3ddbc37fac334f8427cf881c869d3ae2804 0.23 MB 388 55
281,196 281,196 0000000000000001741139fddf9e6eb3b9c729e116856ff0e561a0fd8917ca1d 0.50 MB 1,226 45
281,195 281,195 000000000000000144f68f97c48557f29acb51fc81acb87bf0a603bf8db2a891 0.05 MB 153 168
281,194 281,194 0000000000000000616aaded639b7d4875dba3c7229ecd9be466bef0995d5841 0.11 MB 217 44
281,193 281,193 00000000000000021dc64ff9f048a5bcfe30dc121c16a9e854f300696d6333de 0.13 MB 206 34
281,192 281,192 00000000000000000adee86f61d9dd63a20117f3c27b5513f5e40199a2dcaa04 0.25 MB 561 111
281,191 281,191 000000000000000005a4e0125be2a7166dd56767e30b99cb5ed84e209d26ed9d 0.04 MB 87 32
281,190 281,190 000000000000000146e5398927a01d405882fa563fc310833686baa836bd2265 0.10 MB 107 7
281,189 281,189 00000000000000014f59d61337835740de903c7cccf8b14e30cb7e283759676d 0.10 MB 173 27
281,188 281,188 0000000000000001199b594ab4a24468a4432720c9ced52da8eed55fc170c222 0.25 MB 678 54
281,187 281,187 0000000000000002023461ad25b009e05b2d8601f5eb703304ac7848211e6c2a 0.21 MB 333 33
281,186 281,186 000000000000000066da785a653ac9087b57ba326608090958dde29b1e2ad166 0.25 MB 703 61
Previous 10 blocks ↓
Total Size: 647.08 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,454.16 GB sent, 43.11 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.