Memory Pool Memory Pool Refreshing

53,300 transactions
62.21 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,940 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 646 312
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,939 (501,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,394 345,394 000000000000000003e47c206e5c07980c48a26e32f64afdfa1917999696e6b6 0.10 MB 103 11
345,393 345,393 0000000000000000007034371685399b469cf50aa58b2518bac916710ec1b6fa 0.09 MB 149 18
345,392 345,392 000000000000000009b4c0ce02f6ac6d919d5edb7cd6772c06205a87ce9d4277 0.68 MB 1,321 25
345,391 345,391 000000000000000007618d3efef7c7e48f36ee35d1e77b1bfc363d4b1a9b246f 0.17 MB 512 37
345,390 345,390 000000000000000007eeea70a8f7fd94c7b9bf21e3f39a933d257e8d8cec6906 0.84 MB 1,764 28
345,389 345,389 00000000000000000665a31093809121a757522e74052319e880e2ef2ac13279 0.33 MB 609 22
345,388 345,388 00000000000000000e6ebb0dc662b3eb252e0330351f5a8307c330900af81876 0.36 MB 708 24
345,387 345,387 0000000000000000041157e16488599de0b5cfc56f33495df1c4d4c7b9902fcc 0.53 MB 982 24
345,386 345,386 000000000000000011edb0206ea5fa19422b53274be0c371a3fae1c697f0a3e2 0.10 MB 197 21
345,385 345,385 00000000000000000dbc9eb60d42324b81783088df9f1add5622e1c5d00e87f6 0.16 MB 288 26
345,384 345,384 00000000000000000ead514389f25498eb5ba8cd57a18add55b194a0ad0048b2 0.36 MB 613 22
345,383 345,383 0000000000000000131693368883ca7b3a93444af46ea7cc545b7ba6f35beb9e 0.19 MB 323 20
345,382 345,382 0000000000000000165afb0a15c70de9105656763d64ebe29d02d6c436830d14 0.06 MB 35 4
345,381 345,381 000000000000000003e089e5d686690a72373e15ca1b3865e269fa5f9d78747f 0.09 MB 118 10
345,380 345,380 00000000000000000636ed803f23b3a03133698f2833f24bb5bd6bf532a3f390 0.33 MB 557 26
345,379 345,379 0000000000000000056dbcf210832eb91de7346286b88003f1ddebc4e5bf13dd 0.17 MB 273 20
345,378 345,378 00000000000000000dfa01b8ab0bac97212835ea2c88c918a6cfde81ba818a37 0.72 MB 1,326 25
345,377 345,377 000000000000000011fbd6361b5d1d15d53cf74cd7f823809316a269cdabc1e1 0.08 MB 82 15
345,376 345,376 000000000000000016cc2d11dc69816b508790d583d40d7d06a999ba154cb3f8 0.77 MB 1,603 27
345,375 345,375 00000000000000000ab93f1d9e65a1f423d1d0d98d501ab3795bd23c621965d5 0.07 MB 46 9
345,374 345,374 0000000000000000020ec77a5666bc6db4e1278dc1cf6766792bf4076c55d225 0.67 MB 1,189 22
Previous 10 blocks ↓
Total Size: 655.89 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,512.35 GB sent, 99.38 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.