Memory Pool Memory Pool Refreshing

75,501 transactions
43.70 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,490 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,819 38
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,489 (319,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,851 527,851 0000000000000000002839bea2b68bc5806671ede532e6100a456bec381a03a2 0.59 MB 1,120 69
527,850 527,850 00000000000000000020302b6d09bbed8f3b2ae764fc7cfa69c4bf24922aba0a 0.15 MB 346 19
527,849 527,849 0000000000000000001c0f9f461193e3e7c8c27e5f8d5b5939a18861420b5ded 0.00 MB 1 0
527,848 527,848 00000000000000000016ac6d3c05657fb463276e90a6112c9c22c8793dc9744e 0.17 MB 208 32
527,847 527,847 00000000000000000012812154b95736b1d57d205322cf06a7cbb8194c92bf3b 0.24 MB 428 17
527,846 527,846 0000000000000000002f27ece4ad5c2492964163ae48563b2876f8699c426b97 0.15 MB 321 21
527,845 527,845 0000000000000000002e3dfb8c57e323e1b16df5c0d3d737be9564922df27878 0.58 MB 1,380 18
527,844 527,844 0000000000000000002a0690b9dbf3b540c928b49824aa5858b6d050f75d46a8 0.04 MB 112 13
527,843 527,843 000000000000000000013cb2a016b6fa4837033565d96eda147831787b76b72f 0.18 MB 441 28
527,842 527,842 0000000000000000001a3747bd2a022201186e47746cc20a82121ce04015c0cb 0.44 MB 829 19
527,841 527,841 000000000000000000141fd4ec9a2252af55f3df9d32d7272b6a9a4675b6af6d 0.16 MB 452 18
527,840 527,840 00000000000000000008d40891fc46f9373fa54db0da1d9cd98920ea420948a1 0.34 MB 631 13
527,839 527,839 0000000000000000001ac1965ab8fd291e6d9059e3caca337dc75dcbf1ea6390 1.06 MB 803 9
527,838 527,838 0000000000000000000ba742d1e489356127c2abd1142d1de748ed0c9cff3805 1.16 MB 2,547 53
527,837 527,837 0000000000000000002a175b098a0df81ff9590fa4d379834006c6c9d94f7d8e 0.10 MB 188 85
527,836 527,836 0000000000000000002b6c0fbbc1b31fe297c11e2bae86b1b8ee82c1a230b792 0.33 MB 266 17
527,835 527,835 0000000000000000000f5c44202973ec8c6758ff414158ee8241665fa3fa78fd 0.08 MB 164 103
527,834 527,834 000000000000000000296751a58f5d31195532d85d675f4310ee5e62b8874f94 0.09 MB 241 57
527,833 527,833 0000000000000000000a1bc22987e04cda6f91e04552e24f9b2a41f7e8e08a36 0.32 MB 695 110
527,832 527,832 00000000000000000032601b3af8df090684f1eeff439350e3682b5d4b51f5fb 0.33 MB 661 57
527,831 527,831 00000000000000000008e4aa4b2923393e50e387254689ac3bee5f3431e69adb 0.44 MB 592 65
Previous 10 blocks ↓
Total Size: 656.86 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,561.76 GB sent, 106.09 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.