Memory Pool Memory Pool Refreshing

73,052 transactions
35.71 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,545 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,767 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,544 (142,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,104 702,104 0000000000000000000e235446731affa3876001fd45ff70d086576505b69b0c 0.34 MB 440 20
702,103 702,103 000000000000000000059c6448f4e65a3f499f4d8af817da64e1521cd0c1cfff 0.07 MB 181 15
702,102 702,102 00000000000000000009f2d9f529221ed488f073096d8b9ce9c61c9dc7a5e18a 0.15 MB 309 11
702,101 702,101 00000000000000000001d2059bf6570623f1959eb7cee7998c3a9589e17cf987 0.92 MB 1,190 7
702,100 702,100 00000000000000000009e8aee14ffa8c422e881285aa157e82a5760df2281b24 1.40 MB 2,407 13
702,099 702,099 00000000000000000007ffb61d304cf823dad7f7569b2c02c9ae62d3f3533d33 0.50 MB 886 9
702,098 702,098 0000000000000000000e57aaeb9ab1d2adad103153e285fb5c7c28ca24f8591e 0.10 MB 155 9
702,097 702,097 000000000000000000061b04b4446022854e132617a4342d14177da8208e1f30 0.25 MB 433 26
702,096 702,096 00000000000000000008f27b34cc8958fcdf44ae2f9507702cd7d08cfaf04557 1.15 MB 1,461 8
702,095 702,095 0000000000000000000c713704275232279faaa890eeee84b33b431aabacab8c 1.12 MB 790 6
702,094 702,094 00000000000000000007b982e29d4a0f579c784f032dceb77d4a0254e0049334 0.82 MB 1,164 10
702,093 702,093 00000000000000000007e87fb7aa948edf9f5f4b0aadcadeede82f853e98d450 0.04 MB 77 17
702,092 702,092 0000000000000000000a109c146be762db74f7fc358f5ccbcbe3b73d923b7f70 0.24 MB 442 8
702,091 702,091 00000000000000000000f702866ec6e8554b99e0b47531bdcc1b8718f94ec621 0.13 MB 263 9
702,090 702,090 0000000000000000000ca4911c86fd1d50867984a9c4638a27e3800aee379915 0.00 MB 1 0
702,089 702,089 000000000000000000053f9f4539f23bbdb94fa2081f3e7d6aadd836b51ac91c 0.51 MB 575 8
702,088 702,088 0000000000000000000dcd4ecdb55a8c320a01c1f4dfce3e08545b3611813871 1.15 MB 2,216 10
702,087 702,087 0000000000000000000c433a58a97f2a1053b02f1202afa7b102aae58368d248 0.23 MB 326 7
702,086 702,086 00000000000000000007f670b420cbfa8717d8b1294839b63121fc72d8e8ad99 0.69 MB 1,062 11
702,085 702,085 000000000000000000030c4f7a14184c28609c21fa61cc64eaa16ea0feffbacd 0.49 MB 623 17
702,084 702,084 000000000000000000049f5a3d38c5597ec5502542d789d2d19f8578fea3ec4a 0.04 MB 88 13
Previous 10 blocks ↓
Total Size: 651.54 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: 9,141.73 GB sent, 69.18 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.